Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c70 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()
Djobs.c448 if (flags & XEXEC) in exchild()
453 return (execute(t, flags & (XEXEC | XERROK), xerrok)); in exchild()
599 execute(t, (flags & XERROK) | XEXEC, NULL); in exchild()
Dsh.h1749 #define XEXEC BIT(0) /* execute without forking */ macro