Searched refs:w_termsig (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dunionwait.h36 w_Retcode : 8, /* exit code if w_termsig==0 */
64 unsigned w_Retcode : 8; /* exit code if w_termsig==0 */
82 #define w_termsig w_T.w_Termsig macro
90 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
91 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
93 #define WTERMSIG(x) ((x).w_termsig)
H A Dposixwait.h90 # define WTERMSIG(s) ((s).w_termsig)
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.wait.h91 # define w_termsig w_T.w_Termsig macro
133 # define w_termsig w_P.w_T.w_Termsig
151 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0))
H A Dsh.proc.c54 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig)
/macosx-10.10.1/uucp-11/uucp/unix/
H A Diswait.c44 #define WIFEXITED(u) ((u).w_termsig == 0)
50 #define WTERMSIG(u) ((u).w_termsig)
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h97 # define WTERMSIG(x) ((x).w_termsig)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h118 #define WTERMSIG(w) w.w_termsig
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h203 w_Retcode:8, /* exit code if w_termsig==0 */
208 w_Retcode:8, /* exit code if w_termsig==0 */
231 #define w_termsig w_T.w_Termsig macro
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr.h.in515 #define WTERMSIG(status) (int)((status).w_termsig)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1107 #define WTERMSIG(x) ((x).w_termsig)
1162 #define WTERMSIG(x) ((x).w_termsig)
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dnojobs.c747 status.w_termsig = status.w_retcode = 0;

Completed in 211 milliseconds