Home | History | Annotate | Download | only in glsl

Lines Matching full:yystacksize

598    local variables YYSIZE and YYSTACKSIZE give the old and new number of
608 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
2572 YYSIZE_T yystacksize;
2600 yystacksize = YYINITDEPTH;
2652 if (yyss + yystacksize - 1 <= yyssp)
2674 &yystacksize);
2685 if (YYMAXDEPTH <= yystacksize)
2687 yystacksize *= 2;
2688 if (YYMAXDEPTH < yystacksize)
2689 yystacksize = YYMAXDEPTH;
2694 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2712 (unsigned long int) yystacksize));
2714 if (yyss + yystacksize - 1 <= yyssp)