Home
last modified time | relevance | path

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

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