Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c68 return (exchild(t, flags & ~XTIME, xerrok, -1)); in execute()
148 exchild(t->left, flags | XPIPEO | XCCLOSE, in execute()
158 i = exchild(t, flags | XPCLOSE, xerrok, 0); in execute()
224 exchild(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE, in execute()
700 rv = exchild(&texec, flags, xerrok, -1); in comexec()
Dsh.h1517 int exchild(struct op *, int, volatile int *, int);
Djobs.c337 exchild(struct op *t, int flags, in exchild() function