Searched refs:YY_ (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_parser.c | 277 #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.2/ext/json/ |
H A D | json_parser.tab.c | 261 #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 13 milliseconds