Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.sem.c131 t->t_dflg |= FNOHUP;
156 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))
260 if (t->t_dflg & FNOHUP)
H A Dsh.h313 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */
327 #define FNOHUP (1<<12) /* nohup this command */ macro
H A Dsh.proc.c1265 if (t->t_dflg & FNOHUP) in pfork()