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

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c1420 unsigned yystacksize = YYSTACKSIZE; local
1455 New(73, yyss, yystacksize, short);
1456 New(73, yyvs, yystacksize, YYSTYPE);
1490 if (yyssp >= yyss + yystacksize - 1)
1498 yystacksize += YYSTACKSIZE;
1499 ysave->yyvs = Renew(yyvs, yystacksize, YYSTYPE);
1500 ysave->yyss = Renew(yyss, yystacksize, short);
1543 if (yyssp >= yyss + yystacksize - 1)
1551 yystacksize += YYSTACKSIZE;
1552 ysave->yyvs = Renew(yyvs, yystacksize, YYSTYP
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2075 #define yystacksize YYSTACKSIZE macro
2133 if (yyssp >= yyss + yystacksize - 1)
2174 if (yyssp >= yyss + yystacksize - 1)
2794 if (yyssp >= yyss + yystacksize - 1)

Completed in 42 milliseconds