Searched defs:WCOREDUMP (Results 1 – 4 of 4) sorted by relevance
50 # define WCOREDUMP(status) ((status) & 0200) macro
51 #define WCOREDUMP(s) ((s) & 0x80) macro
148 #define WCOREDUMP(s) ((s) & 0x80) macro
34 def WCOREDUMP(stat): return (_W_INT(stat) & WCOREFLAG) function