Lines Matching refs:yystacksize
857 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1868 YYSIZE_T yystacksize; in yyparse() local
1893 yystacksize = YYINITDEPTH; in yyparse()
1914 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1934 &yystacksize); in yyparse()
1944 if (YYMAXDEPTH <= yystacksize) in yyparse()
1946 yystacksize *= 2; in yyparse()
1947 if (YYMAXDEPTH < yystacksize) in yyparse()
1948 yystacksize = YYMAXDEPTH; in yyparse()
1953 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1969 (unsigned long int) yystacksize)); in yyparse()
1971 if (yyss + yystacksize - 1 <= yyssp) in yyparse()