Lines Matching refs:syntax
600 If YYTABLE_NINF, syntax error. */
687 yyerror (YY_("syntax error: cannot back up")); \
1035 copied. As a special case, return 0 if an ordinary "syntax error"
1059 YY_("syntax error, unexpected %s");
1060 YY_("syntax error, unexpected %s, expecting %s");
1061 YY_("syntax error, unexpected %s, expecting %s or %s");
1062 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1063 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1067 static char const yyunexpected[] = "syntax error, unexpected %s";
1195 /* Number of syntax errors so far. */
1822 yyerror (YY_("syntax error"));
1850 yyerror (YY_("syntax error"));
1905 | yyerrlab1 -- common code for both syntax error and YYERROR. |