Searched refs:yyerror (Results 1 – 3 of 3) sorted by relevance
19 #undef yyerror20 static int yyerror(const char *msg);176 static int yyerror(const char *msg) {
65 #define yyerror phpdbg_error macro92 #undef yyerror93 static int yyerror(const char *msg);706 yyerror (YY_("syntax error: cannot back up")); \1741 yyerror (YY_("syntax error"));1768 yyerror (yymsgp);1885 yyerror (YY_("memory exhausted"));1926 static int yyerror(const char *msg) { in yyerror() function
115 #define yyerror php_json_yyerror macro666 yyerror (parser, YY_("syntax error: cannot back up")); \1676 yyerror (parser, YY_("syntax error")); in yyparse()1703 yyerror (parser, yymsgp); in yyparse()1820 yyerror (parser, YY_("memory exhausted")); in yyparse()
Completed in 16 milliseconds