Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dproc.h66 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED) macro
H A Dproc.c674 pstatus = pp->p_flags & PALLSTATES; in pprint()