Home | History | Annotate | Download | only in intl

Lines Matching defs:yystacksize

418    local variables YYSIZE and YYSTACKSIZE give the old and new number of
428 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
722 YYSIZE_T yystacksize = YYINITDEPTH;
767 if (yyssp >= yyss + yystacksize - 1)
790 &yystacksize);
796 &yystacksize);
806 if (yystacksize >= YYMAXDEPTH)
808 yystacksize *= 2;
809 if (yystacksize > YYMAXDEPTH)
810 yystacksize = YYMAXDEPTH;
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
837 (unsigned long int) yystacksize));
839 if (yyssp >= yyss + yystacksize - 1)