Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c277 #ifndef YY_
281 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
284 # ifndef YY_
285 # define YY_(Msgid) Msgid macro
708 yyerror (YY_("syntax error: cannot back up")); \
1104 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1105 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1322 yyoverflow (YY_("memory exhausted"),
1743 yyerror (YY_("syntax error"));
1748 char const *yymsgp = YY_("syntax error");
[all …]
/PHP-7.0/ext/json/
H A Djson_parser.tab.c264 #ifndef YY_
268 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
271 # ifndef YY_
272 # define YY_(Msgid) Msgid macro
669 yyerror (parser, YY_("syntax error: cannot back up")); \
1003 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1004 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1300 yyoverflow (YY_("memory exhausted"), in yyparse()
1661 yyerror (parser, YY_("syntax error")); in yyparse()
1666 char const *yymsgp = YY_("syntax error"); in yyparse()
[all …]

Completed in 22 milliseconds