Home | History | Annotate | Download | only in intl

Lines Matching defs:yystacksize

442    local variables YYSIZE and YYSTACKSIZE give the old and new number of
452 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
748 YYSIZE_T yystacksize = YYINITDEPTH;
793 if (yyssp >= yyss + yystacksize - 1)
816 &yystacksize);
822 &yystacksize);
832 if (yystacksize >= YYMAXDEPTH)
834 yystacksize *= 2;
835 if (yystacksize > YYMAXDEPTH)
836 yystacksize = YYMAXDEPTH;
841 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
863 (unsigned long int) yystacksize));
865 if (yyssp >= yyss + yystacksize - 1)