Home | History | Annotate | Download | only in src

Lines Matching defs:YYCASE_

1263 # define YYCASE_(N, S)                      \
1267 YYCASE_(0, YY_("syntax error"));
1268 YYCASE_(1, YY_("syntax error, unexpected %s"));
1269 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1270 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1271 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1272 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1273 # undef YYCASE_