Home | History | Annotate | Download | only in data

Lines Matching full:yymsg

819 static void yyFail (yyGLRStack* yystackp]b4_pure_formals[, const char* yymsg)
822 yyFail (yyGLRStack* yystackp]b4_pure_formals[, const char* yymsg)
824 if (yymsg != NULL)
825 yyerror (]b4_yyerror_args[yymsg);
973 yydestroyGLRState (char const *yymsg, yyGLRState *yys]b4_user_formals[)
976 yydestruct (yymsg, yystos[yys->yylrState],
984 YYFPRINTF (stderr, "%s unresolved ", yymsg);
986 YYFPRINTF (stderr, "%s incomplete ", yymsg);
1001 yydestroyGLRState (yymsg, yyrh]b4_user_args[);
2095 char* yymsg = NULL;
2146 yymsg = (char *) YYMALLOC (yysize);
2148 if (yymsg)
2150 char *yyp = yymsg;
2165 yyerror (]b4_lyyerror_args[yymsg);
2166 YYFREE (yymsg);