Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.proc.h90 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED| \ macro
H A Dsh.proc.c1034 pstatus = (int) (pp->p_flags & PALLSTATES); in pprint()
H A Dtc.func.c556 pstatus = (int) (pp->p_flags & PALLSTATES); in find_stop_ed()