Home | History | Annotate | Download | only in glcpp

Lines Matching defs:yystacksize

507    local variables YYSIZE and YYSTACKSIZE give the old and new number of
517 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1562 YYSIZE_T yystacksize;
1590 yystacksize = YYINITDEPTH;
1642 if (yyss + yystacksize - 1 <= yyssp)
1664 &yystacksize);
1675 if (YYMAXDEPTH <= yystacksize)
1677 yystacksize *= 2;
1678 if (YYMAXDEPTH < yystacksize)
1679 yystacksize = YYMAXDEPTH;
1684 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1702 (unsigned long int) yystacksize));
1704 if (yyss + yystacksize - 1 <= yyssp)