Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h53 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED) macro
H A Dsh.proc.c645 pstatus = pp->p_flags & PALLSTATES; in pprint()