Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.sem.c119 t->t_dflg |= FNICE;
125 t->t_dflg |= FNICE;
156 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))
262 if (t->t_dflg & FNICE)
H A Dsh.h313 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */
326 #define FNICE (1<<11) /* t_nice is meaningful */ macro
H A Dsh.proc.c1267 if (t->t_dflg & FNICE) in pfork()