Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcsh/
Dsh.proc.h90 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED| \ macro
Dsh.proc.c1034 pstatus = (int) (pp->p_flags & PALLSTATES); in pprint()
Dtc.func.c556 pstatus = (int) (pp->p_flags & PALLSTATES); in find_stop_ed()