Searched defs:FATAL (Results 1 – 7 of 7) sorted by relevance
161 sub FATAL () { 2 } subroutine
434 sub FATAL () { 2 }; global() subroutine [all...]
2 enum _errorTypes { FATAL = 1, WARNING = 2, PERROR = 4 }; enumerator
39 #define FATAL (-4) macro
139 #define FATAL global() macro
54 #define FATAL(x) \ macro
729 void FATAL(const char *fmt, ...) FATAL() function [all...]