Home | History | Annotate | Download | only in src

Lines Matching refs:yystacksize

451    local variables YYSIZE and YYSTACKSIZE give the old and new number of
461 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1417 YYSIZE_T yystacksize;
1443 yystacksize = YYINITDEPTH;
1472 if (yyss + yystacksize - 1 <= yyssp)
1492 &yystacksize);
1502 if (YYMAXDEPTH <= yystacksize)
1504 yystacksize *= 2;
1505 if (YYMAXDEPTH < yystacksize)
1506 yystacksize = YYMAXDEPTH;
1511 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1527 (unsigned long int) yystacksize));
1529 if (yyss + yystacksize - 1 <= yyssp)