Searched defs:P_ZOMBIE (Results 1 – 3 of 3) sorted by relevance
70 #define P_ZOMBIE(p) ((p)->p_stat == SZOMB) macro
84 #define P_ZOMBIE(p) ((p)->p_stat == SZOMB) macro
369 #define P_ZOMBIE(p) \ macro