Searched defs:yystacksize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c511 int yystacksize = YYINITDEPTH;
557 if (yyssp >= yyss + yystacksize - 1)
580 &yystacksize);
585 &yystacksize);
594 if (yystacksize >= YYMAXDEPTH)
607 yystacksize *= 2;
608 if (yystacksize > YYMAXDEPTH)
609 yystacksize = YYMAXDEPTH;
613 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
616 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeo
509 int yystacksize = YYINITDEPTH; local
[all...]

Completed in 294 milliseconds