Searched refs:PALLSTATES (Results 1 – 2 of 2) sorted by relevance
/openbsd/bin/csh/ | ||
H A D | proc.h | 66 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED) macro |
H A D | proc.c | 674 pstatus = pp->p_flags & PALLSTATES; in pprint() |