Lines Matching refs:YY_
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()
1002 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1003 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1004 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
1005 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %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()
1820 yyerror (parser, YY_("memory exhausted")); in yyparse()