Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
277 shf_puts(flag & IORDUP ? "<&" : ">&", shf); in pioact()
911 DB(IORDUP) in dumpioact()
Dexec.c1346 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK), in iosetup()
1415 if (iop->flag & IORDUP) in iosetup()
Dlex.c943 iop->flag |= IODUP | (c == '<' ? IORDUP : 0); in yylex()
Dsh.h1352 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */ macro