OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exchild
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
exec.c
75
return (
exchild
(t, flags & ~XTIME, xerrok, -1));
199
* Let
exchild
() close pv[0] in child
204
exchild
(t->left, flags | XPIPEO | XCCLOSE,
216
/* Let
exchild
() close 0 in parent, after fork, before wait */
217
i =
exchild
(t, flags | XPCLOSE | XPIPEST, xerrok, 0);
285
*
exchild
() closes coproc.* in child after fork,
290
exchild
(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE,
827
rv =
exchild
(&texec, flags, xerrok, -1);
[
all
...]
jobs.c
382
exchild
(struct op *t, int flags,
function
426
"
exchild
: XPIPEI and no last_job - pid",
558
internal_warningf("%s: %s", "
exchild
", "execute() returned");
560
"
exchild
", t);
[
all
...]
sh.h
[
all
...]
Completed in 94 milliseconds