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

/netbsd-current/bin/ksh/
H A Dtree.h97 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */ macro
H A Dtree.c229 : (type == IODUP && (iop->unit == !(flag & IORDUP))) ?
258 if (flag & IORDUP)
H A Dexec.c1177 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
1239 if (iop->flag & IORDUP) /* possible exec <&p */
H A Dlex.c653 iop->flag = IODUP | (c == '<' ? IORDUP : 0);

Completed in 85 milliseconds