Lines Matching defs:yystacksize
449 local variables YYSIZE and YYSTACKSIZE give the old and new number of
459 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
755 YYSIZE_T yystacksize = YYINITDEPTH;
800 if (yyssp >= yyss + yystacksize - 1)
823 &yystacksize);
829 &yystacksize);
839 if (yystacksize >= YYMAXDEPTH)
841 yystacksize *= 2;
842 if (yystacksize > YYMAXDEPTH)
843 yystacksize = YYMAXDEPTH;
848 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
870 (unsigned long int) yystacksize));
872 if (yyssp >= yyss + yystacksize - 1)