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

/xsrc/external/mit/xbiff/dist/
H A DMailbox.c70 # define waitSig(w) WIFSIGNALED(w) macro
76 # define waitSig(w) ((w) & 0xff) macro
85 # define waitSig(w) (0) macro
89 # define waitSig(w) ((w).w_T.w_Termsig) macro
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h82 # define waitSig(w) (WIFSIGNALED(w) ? WTERMSIG(w) : 0) macro
88 # define waitSig(w) ((w).w_T.w_Termsig) macro
/xsrc/external/mit/imake/dist/
H A Dimake.c201 # define waitSig(w) WTERMSIG(w) macro
206 # define waitSig(w) ((w) & 0xff) macro
215 # define waitSig(w) ((w).w_T.w_Termsig) macro

Completed in 7 milliseconds