Searched refs:IODUP (Results 1 - 5 of 5) sorted by last modified time

/external/mksh/src/
H A Dexec.c1346 case IODUP: {
1383 iotype == IODUP ? "dup" :
1418 if (iotype != IODUP)
1422 if (iotype != IODUP)
H A Dlex.c955 iop->flag |= IODUP | (c == '<' ? IORDUP : 0);
H A Dsh.h1359 #define IODUP 0x6 /* <&/>& */ macro
H A Dsyn.c225 nextiop->flag = IODUP;
H A Dtree.c255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
280 case IODUP:
924 DT(IODUP)

Completed in 112 milliseconds