Searched refs:forked (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocopen.c153 modify(Proc_t* proc, int forked, int op, long arg1, long arg2) argument
156 if (forked)
204 NoP(forked);
370 int forked = 0; local
460 forked = 1;
521 forked = 1;
550 modify(proc, forked, PROC_sig_ign, SIGHUP, 0);
552 modify(proc, forked, PROC_sig_dfl, SIGTERM, 0);
554 modify(proc, forked, PROC_sig_ign, SIGTSTP, 0);
557 modify(proc, forked, PROC_sig_ig
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Derror.c98 if ((flags & (forcexit | forked | errflg | ttyflg)) != ttyflg)
H A Ddefs.h359 #define forked 0100 macro
H A Dxec.c318 flags |= (forked|jcoff);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c57 bool forked = 0; local
161 { forked++; pid = pfork(t, wanttty); }
194 forked++;
297 * If we are not forked, arrange for possible stopping
301 if (forked)
407 * We may or maynot be forked here.
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h166 char forked; \
263 #define SH_FORKED 7 /* set when process has been forked */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c547 shp->forked = 1;
H A Dmain.c601 if(shp->forked)

Completed in 179 milliseconds