Lines Matching refs:error
216 static void error(const char *);
418 static void Eelif (void) { error("Inappropriate #elif"); } in Eelif()
419 static void Eelse (void) { error("Inappropriate #else"); } in Eelse()
420 static void Eendif(void) { error("Inappropriate #endif"); } in Eendif()
421 static void Eeof (void) { error("Premature EOF"); } in Eeof()
422 static void Eioccc(void) { error("Obfuscated preprocessor control line"); } in Eioccc()
532 error("Too many levels of nesting"); in nest()
624 error("EOF in comment"); in done()
1036 error("unterminated char literal"); in skipcomment()
1038 error("unterminated string literal"); in skipcomment()
1216 error(const char *msg) in error() function