Lines Matching refs:yymsg_alloc
1677 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
1684 *YYMSG_ALLOC to the required number of bytes. Return 2 if the
1688 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
1788 if (*yymsg_alloc < yysize)
1790 *yymsg_alloc = 2 * yysize;
1791 if (! (yysize <= *yymsg_alloc
1792 && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
1793 *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
1971 YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
2951 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
2966 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
2970 yymsg_alloc = sizeof yymsgbuf;