Searched defs:WCOREDUMP (Results 1 – 7 of 7) sorted by relevance
92 # define WCOREDUMP(x) ((x) & 0x80) macro102 # define WCOREDUMP(x) ((x).w_coredump) macro
31 #define WCOREDUMP(w) (((w) & 0x80) != 0) macro
64 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro70 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro72 # define WCOREDUMP(w) ((w) & 0200) macro
63 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
370 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
415 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
2383 # define WCOREDUMP(x) (0) in session_exit_message() macro