Searched refs:w_stopval (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.wait.h93 # define w_stopval w_S.w_Stopval macro
135 # define w_stopval w_P.w_S.w_Stopval
149 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
150 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0))
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1699 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \

Completed in 86 milliseconds