Searched defs:WSTOPSIG (Results 1 – 3 of 3) sorted by relevance
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
93 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
142 #define WSTOPSIG(stat) WHIBYTE(stat) macro