Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c265 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
292 case IODUP: in pioact()
955 DT(IODUP) in dumpioact()
Dexec.c1463 case IODUP: { in iosetup()
1511 iotype == IODUP ? "dup" : in iosetup()
1546 if (iotype != IODUP) in iosetup()
1550 if (iotype != IODUP) in iosetup()
Dsyn.c225 nextiop->ioflag = IODUP; in synio()
Dlex.c927 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0); in yylex()
Dsh.h1738 #define IODUP 0x6 /* <&/>& */ macro