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

/external/mksh/src/
H A Dtree.c255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
281 shf_puts(flag & IORDUP ? "<&" : ">&", shf);
931 DB(IORDUP)
H A Dexec.c1355 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
1429 if (iop->flag & IORDUP)
H A Dlex.c955 iop->flag |= IODUP | (c == '<' ? IORDUP : 0);
H A Dsh.h1363 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */ macro

Completed in 1149 milliseconds