Lines Matching defs:yystacksize
540 local variables YYSIZE and YYSTACKSIZE give the old and new number of
550 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1384 YYSIZE_T yystacksize;
1410 yystacksize = YYINITDEPTH;
1439 if (yyss + yystacksize - 1 <= yyssp)
1459 &yystacksize);
1469 if (YYMAXDEPTH <= yystacksize)
1471 yystacksize *= 2;
1472 if (YYMAXDEPTH < yystacksize)
1473 yystacksize = YYMAXDEPTH;
1478 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1494 (unsigned long int) yystacksize));
1496 if (yyss + yystacksize - 1 <= yyssp)