Home
last modified time | relevance | path

Searched refs:XEXEC (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dexec.c71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()
171 flags &= ~XEXEC; in execute()
269 flags &= ~XEXEC; in execute()
281 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK, xerrok); in execute()
425 rv = timex(t, flags & ~XEXEC, xerrok); in execute()
462 if ((flags&XEXEC)) in execute()
563 flags |= XEXEC; in comexec()
625 flags |= XEXEC; in comexec()
853 if (flags & XEXEC) { in comexec()
871 if (flags & XEXEC) { in comexec()
Djobs.c455 if (flags & XEXEC) in exchild()
460 return (execute(t, flags & (XEXEC | XERROK), xerrok)); in exchild()
606 execute(t, (flags & XERROK) | XEXEC, NULL); in exchild()
Dsh.h1964 #define XEXEC BIT(0) /* execute without forking */ macro