Searched defs:WTERMSIG (Results 1 – 4 of 4) sorted by relevance
80 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
92 #define WTERMSIG(stat) ((int)((stat)&0x7F)) macro
141 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK) macro
2889 # define WTERMSIG(st) (((st) & 0177)) macro