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