Searched refs:XEXEC (Results 1 – 3 of 3) sorted by relevance
73 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()188 flags &= ~XEXEC; in execute()286 flags &= ~XEXEC; in execute()298 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK, xerrok); in execute()444 rv = timex(t, flags & ~XEXEC, xerrok); in execute()475 if ((flags&XEXEC)) in execute()574 flags |= XEXEC; in comexec()637 flags |= XEXEC; in comexec()846 if (flags & XEXEC) { in comexec()864 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()
1375 #define XEXEC BIT(0) /* execute without forking */ macro