Searched refs:PALLSTATES (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/csh/ | ||
H A D | sh.proc.h | 55 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED) macro |
H A D | sh.proc.c | 639 pstatus = pp->p_flags & PALLSTATES; in pprint() |