Searched refs:FATAL (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _cpp.c | 157 error(FATAL, "#if too deeply nested"); in control() 208 error(FATAL, "#if too deeply nested"); in control() 327 error(FATAL, "Out of memory from malloc"); in domalloc() 399 if (type == FATAL) in error()
|
H A D | _unix.c | 90 error(FATAL, "Too many -I directives"); in setup() 203 error(FATAL, "Can't open input file %s", fp); in setup() 211 error(FATAL, "Can't open output file %s", argv[optind + 1]); in setup()
|
H A D | _macro.c | 204 error(FATAL, "Illegal -A argument %r", trp); in doadefine() 225 error(FATAL, "Illegal -D or -U argument %r", trp); in doadefine() 507 error(FATAL, "Sorry, too many macro arguments"); in gatherargs()
|
H A D | cpp.h | 136 INFO, WARNING, ERROR, FATAL enumerator
|
H A D | _include.c | 124 error(FATAL, "#%s too deeply nested", import ? "import" : "include"); in doinclude()
|
H A D | _lex.c | 513 error(FATAL, "EOF in string or char constant"); in gettokens()
|
/aoo42x/main/idlc/test/ |
H A D | enum.idl | 30 FATAL,
|
Completed in 32 milliseconds