Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c117 t->t_dflg |= FNICE;
123 t->t_dflg |= FNICE;
154 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))
260 if (t->t_dflg & FNICE)
H A Dsh.h296 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */
309 #define FNICE (1<<11) /* t_nice is meaningful */ macro
H A Dsh.proc.c1273 if (t->t_dflg & FNICE) in pfork()