Lines Matching refs:YY_
378 #ifndef YY_
382 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
385 # ifndef YY_
386 # define YY_(Msgid) Msgid macro
1090 yyerror (param, YY_("syntax error: cannot back up")); \
1424 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1425 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1426 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1427 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1428 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
1429 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
1847 yyoverflow (YY_("memory exhausted"), in yyparse()
3226 yyerror (param, YY_("syntax error")); in yyparse()
3231 char const *yymsgp = YY_("syntax error"); in yyparse()
3370 yyerror (param, YY_("memory exhausted")); in yyparse()