Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c275 #ifndef YY_
279 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
282 # ifndef YY_
283 # define YY_(Msgid) Msgid macro
706 yyerror (YY_("syntax error: cannot back up")); \
1102 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1103 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1320 yyoverflow (YY_("memory exhausted"),
1741 yyerror (YY_("syntax error"));
1746 char const *yymsgp = YY_("syntax error");
[all …]
/PHP-7.3/ext/json/
H A Djson_parser.tab.c261 #ifndef YY_
265 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
268 # ifndef YY_
269 # define YY_(Msgid) Msgid macro
666 yyerror (parser, YY_("syntax error: cannot back up")); \
1000 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1001 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1297 yyoverflow (YY_("memory exhausted"), in yyparse()
1676 yyerror (parser, YY_("syntax error")); in yyparse()
1681 char const *yymsgp = YY_("syntax error"); in yyparse()
[all …]

Completed in 22 milliseconds