Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c129 t->t_dflg |= FNOHUP;
154 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))
258 if (t->t_dflg & FNOHUP)
H A Dsh.h296 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */
310 #define FNOHUP (1<<12) /* nohup this command */ macro
H A Dsh.proc.c1271 if (t->t_dflg & FNOHUP) in pfork()