Home
last modified time | relevance | path

Searched refs:XPIPEI (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/bin/ksh/
Dtree.h104 #define XPIPEI BIT(3) /* input is pipe */ macro
106 #define XPIPE (XPIPEI|XPIPEO) /* member of pipe */
Djobs.c460 if (flags&XPIPEI) { /* continuing with a pipe */
616 if (!(flags & (XPIPEI | XCOPROC))) {
Dexec.c183 flags |= XPIPEI;