Lines Matching refs:yymsg
760 static void yyFail (yyGLRStack* yystackp]b4_pure_formals[, const char* yymsg)
763 yyFail (yyGLRStack* yystackp]b4_pure_formals[, const char* yymsg)
765 if (yymsg != YY_NULL)
766 yyerror (]b4_yyerror_args[yymsg);
908 yydestroyGLRState (char const *yymsg, yyGLRState *yys]b4_user_formals[)
911 yydestruct (yymsg, yystos[yys->yylrState],
919 YYFPRINTF (stderr, "%s unresolved ", yymsg);
921 YYFPRINTF (stderr, "%s incomplete ", yymsg);
936 yydestroyGLRState (yymsg, yyrh]b4_user_args[);
2021 char* yymsg = YY_NULL;
2110 yymsg = (char *) YYMALLOC (yysize);
2112 if (yymsg)
2114 char *yyp = yymsg;
2129 yyerror (]b4_lyyerror_args[yymsg);
2130 YYFREE (yymsg);