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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c24 short* yyss; member in struct:ysv
1418 short* yyss; local
1455 New(73, yyss, yystacksize, short);
1457 ysave->yyss = yyss;
1459 if (!yyvs || !yyss)
1462 yyssp = yyss;
1490 if (yyssp >= yyss + yystacksize - 1)
1496 int yyps_index = (yyssp - yyss);
1500 ysave->yyss
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2073 short yyss[YYSTACKSIZE]; variable
2105 yyssp = yyss;
2133 if (yyssp >= yyss + yystacksize - 1)
2174 if (yyssp >= yyss + yystacksize - 1)
2189 if (yyssp <= yyss) goto yyabort;
2794 if (yyssp >= yyss + yystacksize - 1)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c234 short int yyss; member in union:yyalloc
857 `yyss': related to states,
866 short int *yyss = yyssa;
901 yyssp = yyss;
919 if (yyss + yystacksize - 1 <= yyssp)
922 YYSIZE_T yysize = yyssp - yyss + 1;
930 short int *yyss1 = yyss;
943 yyss = yyss1;
958 short int *yyss1 = yyss;
963 YYSTACK_RELOCATE (yyss);
863 short int *yyss = yyssa; local
[all...]

Completed in 30 milliseconds