Lines Matching refs:yystacksize
459 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
753 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
821 &yystacksize); in yyparse()
827 &yystacksize); in yyparse()
837 if (yystacksize >= YYMAXDEPTH) in yyparse()
839 yystacksize *= 2; in yyparse()
840 if (yystacksize > YYMAXDEPTH) in yyparse()
841 yystacksize = YYMAXDEPTH; in yyparse()
846 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
868 (unsigned long int) yystacksize)); in yyparse()
870 if (yyssp >= yyss + yystacksize - 1) in yyparse()