HomeSort by relevance Sort by last modified time
    Searched refs:exchild (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
exec.c 75 return (exchild(t, flags & ~XTIME, xerrok, -1));
196 * Let exchild() close pv[0] in child
201 exchild(t->left, flags | XPIPEO | XCCLOSE,
213 /* Let exchild() close 0 in parent, after fork, before wait */
214 i = exchild(t, flags | XPCLOSE | XPIPEST, xerrok, 0);
282 * exchild() closes coproc.* in child after fork,
287 exchild(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE,
860 rv = exchild(&texec, flags, xerrok, -1);
    [all...]
jobs.c 427 exchild(struct op *t, int flags, function
471 "exchild: XPIPEI and no last_job - pid",
604 internal_warningf("%s: %s", "exchild", "execute() returned");
606 "exchild", t);
    [all...]
sh.h     [all...]

Completed in 72 milliseconds