Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c496 short *yyss = yyssa; /* refer to the stacks thru separate pointers */ in yyparse() local
542 yyssp = yyss - 1; in yyparse()
555 if (yyssp >= yyss + yystacksize - 1) in yyparse()
560 short *yyss1 = yyss; in yyparse()
566 int size = yyssp - yyss + 1; in yyparse()
586 yyss = yyss1; yyvs = yyvs1; in yyparse()
597 free (yyss); in yyparse()
611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
612 __yy_memcpy ((char *)yyss, (char *)yyss1, in yyparse()
624 yyssp = yyss + size - 1; in yyparse()
[all …]