Searched refs:XEXEC (Results 1 – 3 of 3) sorted by relevance
70 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()170 flags &= ~XEXEC; in execute()268 flags &= ~XEXEC; in execute()280 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK, xerrok); in execute()424 rv = timex(t, flags & ~XEXEC, xerrok); in execute()455 if ((flags&XEXEC)) in execute()556 flags |= XEXEC; in comexec()615 flags |= XEXEC; in comexec()842 if (flags & XEXEC) { in comexec()860 if (flags & XEXEC) { in comexec()
448 if (flags & XEXEC) in exchild()453 return (execute(t, flags & (XEXEC | XERROK), xerrok)); in exchild()599 execute(t, (flags & XERROK) | XEXEC, NULL); in exchild()
1749 #define XEXEC BIT(0) /* execute without forking */ macro