Searched refs:forked (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 153 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 D | error.c | 98 if ((flags & (forcexit | forked | errflg | ttyflg)) != ttyflg)
|
H A D | defs.h | 359 #define forked 0100 macro
|
H A D | xec.c | 318 flags |= (forked|jcoff);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.sem.c | 57 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 D | defs.h | 166 char forked; \ 263 #define SH_FORKED 7 /* set when process has been forked */
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | fault.c | 547 shp->forked = 1;
|
H A D | main.c | 601 if(shp->forked)
|
Completed in 179 milliseconds