Searched refs:exchild (Results 1 - 3 of 3) sorted by relevance
/third_party/mksh/ |
H A D | exec.c | 73 return (exchild(t, flags & ~XTIME, xerrok, -1)); in execute() 179 * Let exchild() close pv[0] in child in execute() 184 exchild(t->left, flags | XPIPEO | XCCLOSE, in execute() 196 /* Let exchild() close 0 in parent, after fork, before wait */ in execute() 197 i = exchild(t, flags | XPCLOSE | XPIPEST, xerrok, 0); in execute() 265 * exchild() closes coproc.* in child after fork, in execute() 270 exchild(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE, in execute() 859 rv = exchild(&texec, flags, xerrok, -1); in comexec()
|
H A D | jobs.c | 439 exchild(struct op *t, int flags, function 482 internal_errorf("exchild: XPIPEI and no last_job - pid %d", 615 internal_warningf("%s: execute() returned", "exchild"); 617 "exchild", t);
|
H A D | sh.h | 2036 /* execute/exchild flags */ 2043 #define XPCLOSE BIT(6) /* exchild: close close_fd in parent */ 2044 #define XCCLOSE BIT(7) /* exchild: close close_fd in child */ 2551 int exchild(struct op *, int, volatile int *, int);
|
Completed in 21 milliseconds