Searched defs:WCOREDUMP (Results 1 – 4 of 4) sorted by relevance
43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
50 # define WCOREDUMP(status) ((status) & 0200) macro
34 def WCOREDUMP(stat): return (_W_INT(stat) & WCOREFLAG) function
2398 # define WCOREDUMP(x) (0) in session_exit_message() macro