Lines Matching defs:error
216 static void error(const char *);
411 * failing with an error, or passing it through unchanged instead of
417 /* report an error */
418 static void Eelif (void) { error("Inappropriate #elif"); }
419 static void Eelse (void) { error("Inappropriate #else"); }
420 static void Eendif(void) { error("Inappropriate #endif"); }
421 static void Eeof (void) { error("Premature EOF"); }
422 static void Eioccc(void) { error("Obfuscated preprocessor control line"); }
532 error("Too many levels of nesting");
624 error("EOF in comment");
1036 error("unterminated char literal");
1038 error("unterminated string literal");
1101 /* Rewind and re-detect the syntax error later. */
1216 error(const char *msg)