Searched defs:WCOREDUMP (Results 1 – 6 of 6) sorted by relevance
43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
45 # define WCOREDUMP(x) false 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
61 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
2415 # define WCOREDUMP(x) (0) in session_exit_message() macro
2932 # define WCOREDUMP(st) (((st) & 0200) != 0) macro