Home
last modified time | relevance | path

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

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