Lines Matching refs:yystacksize
428 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
790 &yystacksize); in yyparse()
796 &yystacksize); in yyparse()
806 if (yystacksize >= YYMAXDEPTH) in yyparse()
808 yystacksize *= 2; in yyparse()
809 if (yystacksize > YYMAXDEPTH) in yyparse()
810 yystacksize = YYMAXDEPTH; in yyparse()
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
837 (unsigned long int) yystacksize)); in yyparse()
839 if (yyssp >= yyss + yystacksize - 1) in yyparse()