Searched defs:WIFSTOPPED (Results 1 – 11 of 11) sorted by relevance
45 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
89 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED) macro
139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro