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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.wait.h94 # define w_stopval w_S.w_Stopval macro
136 # define w_stopval w_P.w_S.w_Stopval
150 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
151 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0))
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h1676 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \

Completed in 110 milliseconds