Searched refs:ERROR_FATAL (Results 1 – 4 of 4) sorted by relevance
80 if (level >= ERROR_FATAL) in errorv()81 exit(level - ERROR_FATAL + 1); in errorv()
47 #define ERROR_FATAL 3 /* error message with err_exit */ macro
149 error_state.breakpoint = ERROR_FATAL; in setopt()418 if (level >= ERROR_FATAL) in errorv()614 if (level >= ERROR_FATAL) in errorv()615 (*error_info.exit)(level - ERROR_FATAL + 1); in errorv()
64 #define ERROR_FATAL 3 /* error message with err_exit */ macro