HomeSort by relevance Sort by last modified time
    Searched defs:w_Stopval (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 34 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
63 unsigned short w_Stopval:8; /* == W_STOPPED if stopped */
68 unsigned short w_Stopval:8; /* == W_STOPPED if stopped */
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)
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
wait.h 31 #define w_stopval __w_stopval macro
38 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
60 unsigned short w_Stopval:8; /* == W_STOPPED if stopped */
66 #define __w_stopval w_S.w_Stopval
  /onnv/onnv-gate/usr/src/ucbhead/sys/
wait.h 55 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
82 unsigned short w_Stopval:8; /* == W_STOPPED if stopped */
87 unsigned short w_Stopval:8; /* == W_STOPPED if stopped */
94 #define w_stopval w_S.w_Stopval macro

Completed in 5879 milliseconds