Searched defs:WSETEXIT (Results 1 – 3 of 3) sorted by relevance
90 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) macro92 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) macro
26 #define WSETEXIT(w, status) ((w) = (status)) macro43 #define WSETEXIT(w, status) ((w).w_status = (status)) macro
57 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) macro