Searched refs:yyerror (Results 1 – 3 of 3) sorted by relevance
21 #undef yyerror22 static int yyerror(const char *msg);178 static int yyerror(const char *msg) {
65 #define yyerror phpdbg_error macro94 #undef yyerror95 static int yyerror(const char *msg);708 yyerror (YY_("syntax error: cannot back up")); \1743 yyerror (YY_("syntax error"));1770 yyerror (yymsgp);1887 yyerror (YY_("memory exhausted"));1928 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 32 milliseconds