Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c1322 case IODUP: { in iosetup()
1356 iotype == IODUP ? "dup" : in iosetup()
1389 if (iotype != IODUP) in iosetup()
1393 if (iotype != IODUP) in iosetup()
Dtree.c231 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
252 case IODUP: in pioact()
Dsyn.c215 nextiop->flag = IODUP; in synio()
Dsh.h1217 #define IODUP 0x6 /* <&/>& */ macro
Dlex.c960 iop->flag |= IODUP | (c == '<' ? IORDUP : 0); in yylex()