Searched defs:w_stopval (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait.h34 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
77 #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)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h31 #define w_stopval __w_stopval macro
38 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h55 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
94 #define w_stopval w_S.w_Stopval macro

Completed in 71 milliseconds