Home
last modified time | relevance | path

Searched refs:IORDUP (Results 1 – 4 of 4) sorted by relevance

/third_party/mksh/
Dtree.c257 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
303 shf_puts(flag & IORDUP ? "<&" : ">&", shf); in pioact()
969 DB(IORDUP) in dumpioact()
Dexec.c1481 X_OK | ((iop->ioflag & IORDUP) ? R_OK : W_OK), in iosetup()
1568 if (iop->ioflag & IORDUP) in iosetup()
Dlex.c944 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0); in yylex()
Dsh.h2029 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */ macro