Searched refs:XEXEC (Results 1 – 3 of 3) sorted by relevance
72 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()187 flags &= ~XEXEC; in execute()285 flags &= ~XEXEC; in execute()297 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK, xerrok); in execute()443 rv = timex(t, flags & ~XEXEC, xerrok); in execute()474 if ((flags&XEXEC)) in execute()579 flags |= XEXEC; in comexec()646 flags |= XEXEC; in comexec()883 if (flags & XEXEC) { in comexec()901 if (flags & XEXEC) { in comexec()
448 if (flags & XEXEC) in exchild()453 return (execute(t, flags & (XEXEC | XERROK), xerrok)); in exchild()600 execute(t, (flags & XERROK) | XEXEC, NULL); in exchild()
1429 #define XEXEC BIT(0) /* execute without forking */ macro