Lines Matching refs:yymsg
1474 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument
1477 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
1478 const char *yymsg; in yydestruct()
1486 if (!yymsg)
1487 yymsg = "Deleting";
1488 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
2757 char *yymsg = 0; local
2818 yymsg = (char *) YYSTACK_ALLOC (yysize);
2819 if (yymsg)
2824 char *yyp = yymsg;
2839 yyerror (yymsg);
2840 YYSTACK_FREE (yymsg);