Searched defs:WSTOPSIG (Results 1 – 4 of 4) sorted by relevance
33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro54 # define WSTOPSIG(x) WSTOPPED macro
34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
59 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
54 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro