Lines Matching refs:YY_
218 #ifndef YY_
222 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
225 # ifndef YY_
226 # define YY_(Msgid) Msgid macro
602 yyerror (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()
1005 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1006 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1007 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
1008 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
1190 yyoverflow (YY_("memory exhausted"), in yyparse()
1484 yyerror (YY_("syntax error")); in yyparse()
1489 char const *yymsgp = YY_("syntax error"); in yyparse()
1634 yyerror (YY_("memory exhausted")); in yyparse()