Lines Matching refs:YY_
690 #ifndef YY_
694 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
697 # ifndef YY_
698 # define YY_(Msgid) Msgid macro
1423 yyerror (yyscanner, cstate, YY_("syntax error: cannot back up")); \
1758 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1759 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1760 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1761 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1762 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
1763 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
1931 yyoverflow (YY_("memory exhausted"), in yyparse()
3486 yyerror (yyscanner, cstate, YY_("syntax error")); in yyparse()
3491 char const *yymsgp = YY_("syntax error"); in yyparse()
3630 yyerror (yyscanner, cstate, YY_("memory exhausted")); in yyparse()