Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtree.h100 #define XPIPEI BIT(3) /* input is pipe */ macro
102 #define XPIPE (XPIPEI|XPIPEO) /* member of pipe */
H A Djobs.c411 if (flags&XPIPEI) { /* continuing with a pipe */ in exchild()
509 if (!(flags & (XPIPEI | XCOPROC))) { in exchild()
H A Dexec.c155 flags |= XPIPEI; in execute()