HomeSort by: relevance | last modified time | path
    Searched refs:F_NICE (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
sem.c 124 t->t_dflg |= F_NICE;
131 t->t_dflg |= F_NICE;
190 t->t_dflg &= ~(F_NICE);
193 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP)))) ||
336 if (t->t_dflg & F_NICE)
csh.h 316 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
329 #define F_NICE (1<<11) /* t_nice is meaningful */
proc.c 1313 if (t->t_dflg & F_NICE)

Completed in 13 milliseconds