Home | History | Annotate | Download | only in data

Lines Matching refs:yystacksize

258     YYSIZE_T yystacksize;]b4_lac_if([[
566 local variables YYSIZE and YYSTACKSIZE give the old and new number of
576 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1494 #define yystacksize yyps->yystacksize]b4_lac_if([[
1562 yystacksize = YYINITDEPTH;]b4_lac_if([[
1598 if (yyss + yystacksize - 1 <= yyssp)
1620 &yystacksize);
1631 if (YYMAXDEPTH <= yystacksize)
1633 yystacksize *= 2;
1634 if (YYMAXDEPTH < yystacksize)
1635 yystacksize = YYMAXDEPTH;
1640 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1658 (unsigned long int) yystacksize));
1660 if (yyss + yystacksize - 1 <= yyssp)