Lines Matching refs:yystacksize
452 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
746 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
791 if (yyssp >= yyss + yystacksize - 1) in yyparse()
814 &yystacksize); in yyparse()
820 &yystacksize); in yyparse()
830 if (yystacksize >= YYMAXDEPTH) in yyparse()
832 yystacksize *= 2; in yyparse()
833 if (yystacksize > YYMAXDEPTH) in yyparse()
834 yystacksize = YYMAXDEPTH; in yyparse()
839 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
861 (unsigned long int) yystacksize)); in yyparse()
863 if (yyssp >= yyss + yystacksize - 1) in yyparse()