Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
280 case IODUP: in pioact()
924 DT(IODUP) in dumpioact()
Dexec.c1370 case IODUP: { in iosetup()
1407 iotype == IODUP ? "dup" : in iosetup()
1442 if (iotype != IODUP) in iosetup()
1446 if (iotype != IODUP) in iosetup()
Dsyn.c225 nextiop->ioflag = IODUP; in synio()
Dlex.c954 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0); in yylex()
Dsh.h1364 #define IODUP 0x6 /* <&/>& */ macro