HomeSort by: relevance | last modified time | path
    Searched refs:exchild (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
exec.c 101 return exchild(t, flags & ~XTIME, -1); /* run in sub-process */
175 /* Let exchild() close pv[0] in child
180 exchild(t->left, flags|XPIPEO|XCCLOSE, pv[0]);
188 /* Let exchild() close 0 in parent, after fork, before wait */
189 i = exchild(t, flags|XPCLOSE, 0);
254 /* exchild() closes coproc.* in child after fork,
259 exchild(t->left, flags|XBGND|XFORK|XCOPROC|XCCLOSE,
738 rv = exchild(&texec, flags, -1);
proto.h 143 int exchild ARGS((struct op *, int, int));
jobs.c 429 exchild(t, flags, close_fd) function
462 internal_errorf(1, "exchild: XPIPEI and no last_job - pid %d", (int) procpid);
634 internal_errorf(0, "exchild: execute() returned");

Completed in 34 milliseconds