Home
last modified time | relevance | path

Searched refs:IODUP (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/bin/ksh/
Dtree.h89 #define IODUP 0x6 /* <&/>& */ macro
Dexec.c1098 case IODUP: in iosetup()
1130 iotype == IODUP ? "dup" : in iosetup()
1158 if (iotype != IODUP) in iosetup()
1162 if (iotype != IODUP) in iosetup()
Dtree.c200 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
227 case IODUP: in pioact()
Dlex.c752 iop->flag = IODUP | (c == '<' ? IORDUP : 0); in yylex()