Home | History | Annotate | Download | only in src

Lines Matching defs:yystacksize

511    local variables YYSIZE and YYSTACKSIZE give the old and new number of
521 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1532 YYSIZE_T yystacksize = YYINITDEPTH;
1590 if (yyss + yystacksize - 1 <= yyssp)
1612 &yystacksize);
1622 if (YYMAXDEPTH <= yystacksize)
1624 yystacksize *= 2;
1625 if (YYMAXDEPTH < yystacksize)
1626 yystacksize = YYMAXDEPTH;
1631 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1649 (unsigned long int) yystacksize));
1651 if (yyss + yystacksize - 1 <= yyssp)