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()
956 DT(IODUP) in dumpioact()
Dexec.c1470 case IODUP: { in iosetup()
1518 iotype == IODUP ? "dup" : in iosetup()
1553 if (iotype != IODUP) in iosetup()
1557 if (iotype != IODUP) in iosetup()
Dsyn.c229 nextiop->ioflag = IODUP; in synio()
Dlex.c924 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0); in yylex()
Dsh.h1948 #define IODUP 0x6 /* <&/>& */ macro