Searched defs:WSTOPSIG (Results 1 – 7 of 7) sorted by relevance
33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro54 # define WSTOPSIG(x) WSTOPPED macro
35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
75 #define WSTOPSIG WEXITSTATUS macro
59 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
367 #define WSTOPSIG WEXITSTATUS macro
59 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
412 #define WSTOPSIG WEXITSTATUS macro