Home
last modified time | relevance | path

Searched refs:w_stopval (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait.h75 #define w_stopval w_S.w_Stopval macro
94 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
95 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
96 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h92 #define w_stopval w_S.w_Stopval macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \