Searched refs:w_stopval (Results 1 – 4 of 4) sorted by relevance
77 #define w_stopval w_S.w_Stopval macro96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
31 #define w_stopval __w_stopval macro
94 #define w_stopval w_S.w_Stopval macro
1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \