Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.sem.c237 t->t_nice = (unsigned char)getn(t->t_dcom[1]); in execute()
245 t->t_nice = 4; in execute()
575 int nval = SIGN_EXTEND_CHAR(t->t_nice); in execute()
H A Dsh.h890 unsigned char t_nice; /* Nice value */ member
H A Dsh.proc.c1880 int nval = SIGN_EXTEND_CHAR(t->t_nice); in pfork()