Lines Matching refs:YY_
440 #ifndef YY_
444 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
447 # ifndef YY_
448 # define YY_(Msgid) Msgid macro
1618 yyerror (&yylloc, context, yyscanner, YY_("syntax error: cannot back up")); \
2021 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
2022 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
2023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
2024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
2025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
2026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
2216 yyoverflow (YY_("memory exhausted"), in yyparse()
4923 yyerror (&yylloc, context, yyscanner, YY_("syntax error")); in yyparse()
4928 char const *yymsgp = YY_("syntax error"); in yyparse()
5073 yyerror (&yylloc, context, yyscanner, YY_("memory exhausted")); in yyparse()