Home
last modified time | relevance | path

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

/third_party/mksh/
Djobs.c556 if (close_fd >= 0 && (((flags & XPCLOSE) && cldpid) ||
Dexec.c197 i = exchild(t, flags | XPCLOSE | XPIPEST, xerrok, 0); in execute()
Dsh.h2043 #define XPCLOSE BIT(6) /* exchild: close close_fd in parent */ macro