Searched defs:WTERMSIG (Results 1 – 5 of 5) sorted by relevance
49 #define WTERMSIG(s) ((s) & 0x7f) macro
95 #define WTERMSIG(s) ((s) & 0x7f) macro
16 def WTERMSIG(stat): return (_W_INT(stat)&0177) function
309 #define WTERMSIG(u_wait) ((u_wait).w_termsig) macro
460 # define WTERMSIG(u_wait) ((u_wait).w_termsig) macro