Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c265 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
293 shf_puts(flag & IORDUP ? "<&" : ">&", shf); in pioact()
963 DB(IORDUP) in dumpioact()
Dexec.c1487 X_OK | ((iop->ioflag & IORDUP) ? R_OK : W_OK), in iosetup()
1574 if (iop->ioflag & IORDUP) in iosetup()
Dlex.c945 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0); in yylex()
Dsh.h1956 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */ macro