Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dwait.h77 #define w_stopval w_S.w_Stopval macro
96 #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)
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h31 #define w_stopval __w_stopval macro
/titanic_50/usr/src/ucbhead/sys/
H A Dwait.h94 #define w_stopval w_S.w_Stopval macro
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \