Searched refs:XPIPEO (Results 1 – 4 of 4) sorted by relevance
1232 #define XPIPEO BIT(4) /* output is pipe */ macro1233 #define XPIPE (XPIPEI|XPIPEO) /* member of pipe */
562 if (!(flags & XPIPEO)) { in exchild()
1264 execute(t, XFORK|XXCOM|XPIPEO, NULL); in comsub()
201 exchild(t->left, flags | XPIPEO | XCCLOSE, in execute()