Searched refs:XCOPROC (Results 1 – 3 of 3) sorted by relevance
558 if (flags & XCOPROC) in exchild()586 if ((!(flags & (XPIPEI | XCOPROC))) && in exchild()623 if (flags & XCOPROC) { in exchild()
270 exchild(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE, in execute()
1973 #define XCOPROC BIT(9) /* starting a co-process */ macro