Home
last modified time | relevance | path

Searched refs:yystacksize (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c509 int yystacksize = YYINITDEPTH; in yyparse() local
555 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 …]