Home
last modified time | relevance | path

Searched refs:yyerror (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.y21 #undef yyerror
22 static int yyerror(void ***tsrm_ls, const char *msg);
162 static int yyerror(void ***tsrm_ls, const char *msg) {
H A Dphpdbg_parser.c65 #define yyerror phpdbg_error macro
94 #undef yyerror
95 static int yyerror(void ***tsrm_ls, const char *msg);
686 yyerror (tsrm_ls, YY_("syntax error: cannot back up")); \
1697 yyerror (tsrm_ls, YY_("syntax error"));
1724 yyerror (tsrm_ls, yymsgp);
1841 yyerror (tsrm_ls, YY_("memory exhausted"));
1882 static int yyerror(void ***tsrm_ls, const char *msg) { in yyerror() function

Completed in 9 milliseconds