Home
last modified time | relevance | path

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

/third_party/mksh/
Dtree.c257 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
302 case IODUP: in pioact()
962 DT(IODUP) in dumpioact()
Dexec.c1472 case IODUP: { in iosetup()
1522 iotype == IODUP ? "dup" : in iosetup()
1557 if (iotype != IODUP) in iosetup()
1561 if (iotype != IODUP) in iosetup()
Dsyn.c229 nextiop->ioflag = IODUP; in synio()
Dlex.c944 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0); in yylex()
Dsh.h2025 #define IODUP 0x6 /* <&/>& */ macro