Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dtree.h98 #define XFORK BIT(1) /* fork before executing */ macro
H A Dexec.c71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()
136 rv = execute(t->left, flags|XFORK, xerrok); in execute()
140 flags |= XFORK; in execute()
228 exchild(t->left, flags|XBGND|XFORK|XCOPROC|XCCLOSE, in execute()
238 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK, xerrok); in execute()
H A Deval.c924 execute(t, XFORK|XXCOM|XPIPEO, NULL); in comsub()