Searched refs:yyerror (Results 1 – 3 of 3) sorted by relevance
15 extern void yyerror(char const *s);22 #define YYERROR_CALL(msg) yyerror(msg)596 void yyerror(char const *s)
24 static void yyerror(const char *);517 yyerror(const char *e)
26 static void yyerror(const char *err);624 static void yyerror(const char *err) in yyerror() function