Lines Matching refs:yyerror
372 <S0>{RGX_FP} yyerror("floating-point constants are not permitted\n");
471 yyerror("closing ) expected in "
475 yyerror("closing ] expected in "
493 yyerror("extra ) in input stream\n");
504 yyerror("extra ] in input stream\n");
516 yyerror("extra } in input stream\n");
562 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
564 <S1>"/*" yyerror("/* encountered inside a comment\n");
625 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
654 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]);
827 yyerror("end-of-file encountered before matching */\n");
830 yyerror("end-of-file encountered before end of control line\n");