Lines Matching refs:yystacksize
549 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
2336 YYSIZE_T yystacksize; in yyparse() local
2361 yystacksize = YYINITDEPTH; in yyparse()
2382 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2402 &yystacksize); in yyparse()
2412 if (YYMAXDEPTH <= yystacksize) in yyparse()
2414 yystacksize *= 2; in yyparse()
2415 if (YYMAXDEPTH < yystacksize) in yyparse()
2416 yystacksize = YYMAXDEPTH; in yyparse()
2421 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
2437 (unsigned long int) yystacksize)); in yyparse()
2439 if (yyss + yystacksize - 1 <= yyssp) in yyparse()