Home | History | Annotate | Download | only in src

Lines Matching full:yystacksize

304    local variables YYSIZE and YYSTACKSIZE give the old and new number of
314 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1026 YYSIZE_T yystacksize = YYINITDEPTH;
1066 if (yyss + yystacksize - 1 <= yyssp)
1088 &yystacksize);
1098 if (YYMAXDEPTH <= yystacksize)
1100 yystacksize *= 2;
1101 if (YYMAXDEPTH < yystacksize)
1102 yystacksize = YYMAXDEPTH;
1107 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1125 (unsigned long int) yystacksize));
1127 if (yyss + yystacksize - 1 <= yyssp)