Searched defs:WSTOPSIG (Results 1 – 3 of 3) sorted by relevance
50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
96 #define WSTOPSIG(s) WEXITSTATUS(s) macro
18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377) function