Home | History | Annotate | Download | only in src

Lines Matching refs:yystacksize

454    local variables YYSIZE and YYSTACKSIZE give the old and new number of
464 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1389 YYSIZE_T yystacksize = YYINITDEPTH;
1428 if (yyss + yystacksize - 1 <= yyssp)
1450 &yystacksize);
1460 if (YYMAXDEPTH <= yystacksize)
1462 yystacksize *= 2;
1463 if (YYMAXDEPTH < yystacksize)
1464 yystacksize = YYMAXDEPTH;
1469 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1487 (unsigned long int) yystacksize));
1489 if (yyss + yystacksize - 1 <= yyssp)