Lines Matching refs:yystacksize
387 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1123 YYSIZE_T yystacksize; in yyparse() local
1150 yystacksize = YYINITDEPTH; in yyparse()
1172 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1194 &yystacksize); in yyparse()
1205 if (YYMAXDEPTH <= yystacksize) in yyparse()
1207 yystacksize *= 2; in yyparse()
1208 if (YYMAXDEPTH < yystacksize) in yyparse()
1209 yystacksize = YYMAXDEPTH; in yyparse()
1214 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1232 (unsigned long int) yystacksize)); in yyparse()
1234 if (yyss + yystacksize - 1 <= yyssp) in yyparse()