Searched refs:yystacksize (Results 1 – 1 of 1) sorted by relevance
509 int yystacksize = YYINITDEPTH; in yyparse() local555 if (yyssp >= yyss + yystacksize - 1) in yyparse()578 &yystacksize); in yyparse()583 &yystacksize); in yyparse()592 if (yystacksize >= YYMAXDEPTH) in yyparse()605 yystacksize *= 2; in yyparse()606 if (yystacksize > YYMAXDEPTH) in yyparse()607 yystacksize = YYMAXDEPTH; in yyparse()611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()614 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()[all …]