Searched refs:IODUP (Results 1 - 5 of 5) sorted by relevance

/external/mksh/src/
H A Dtree.c216 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
237 case IODUP:
H A Dexec.c1163 case IODUP: {
1195 iotype == IODUP ? "dup" :
1227 if (iotype != IODUP)
1231 if (iotype != IODUP)
H A Dlex.c993 iop->flag |= IODUP | (c == '<' ? IORDUP : 0);
H A Dsyn.c205 nextiop->flag = IODUP;
H A Dsh.h1132 #define IODUP 0x6 /* <&/>& */ macro

Completed in 40 milliseconds