Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c488 register short *yyssp; in yyparse() local
504 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
506 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
542 yyssp = yyss - 1; in yyparse()
553 *++yyssp = yystate; in yyparse()
555 if (yyssp >= yyss + yystacksize - 1) in yyparse()
566 int size = yyssp - yyss + 1; in yyparse()
575 &yyss1, size * sizeof (*yyssp), in yyparse()
581 &yyss1, size * sizeof (*yyssp), in yyparse()
611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
[all …]