Searched defs:WSTOPSIG (Results 1 – 4 of 4) sorted by relevance
75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro405 # define WSTOPSIG(x) 0 macro
18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377) function