Searched refs:w_T (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.wait.h84 } w_T; member in union:wait
91 # define w_termsig w_T.w_Termsig
92 # define w_coredump w_T.w_Coredump
93 # define w_retcode w_T.w_Retcode
104 } w_T; member in union:__anon14081
123 } w_T; member in union:__anon14084
133 # define w_termsig w_P.w_T.w_Termsig
134 # define w_coredump w_P.w_T.w_Coredump
135 # define w_retcode w_P.w_T.w_Retcode
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dunionwait.h38 } w_T; member in union:wait
67 } w_T; member in union:wait
82 #define w_termsig w_T.w_Termsig
83 #define w_coredump w_T.w_Coredump
84 #define w_retcode w_T.w_Retcode
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dwait.h212 } w_T; member in union:wait
231 #define w_termsig w_T.w_Termsig
232 #define w_coredump w_T.w_Coredump
233 #define w_retcode w_T.w_Retcode
/macosx-10.10/vim-55/src/
H A Dos_unixx.h33 # define WEXITSTATUS(stat_val) ((stat_val).w_T.w_Retcode)
41 # define WIFEXITED(stat_val) ((stat_val).w_T.w_Termsig == 0)
/macosx-10.10/screen-22/screen/
H A Dos.h458 # define WTERMSIG(status) status.w_T.w_Termsig
479 # define WIFCORESIG(status) status.w_T.w_Coredump
487 # define WEXITSTATUS(status) status.w_T.w_Retcode

Completed in 111 milliseconds