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

/xsrc/external/mit/xbiff/dist/
H A DMailbox.c69 # define waitCode(w) WEXITSTATUS(w) macro
75 # define waitCode(w) (((w) >> 8) & 0x7f) macro
84 # define waitCode(w) (w) macro
88 # define waitCode(w) ((w).w_T.w_Retcode) macro
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h81 # define waitCode(w) (WIFEXITED(w) ? WEXITSTATUS(w) : 0) macro
87 # define waitCode(w) ((w).w_T.w_Retcode) macro
/xsrc/external/mit/imake/dist/
H A Dimake.c200 # define waitCode(w) WEXITSTATUS(w) macro
205 # define waitCode(w) (((w) >> 8) & 0x7f) macro
214 # define waitCode(w) ((w).w_T.w_Retcode) macro

Completed in 8 milliseconds