Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c486 register short *yyssp; in yyparse() local
502 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
504 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
540 yyssp = yyss - 1; in yyparse()
551 *++yyssp = yystate; in yyparse()
553 if (yyssp >= yyss + yystacksize - 1) in yyparse()
564 int size = yyssp - yyss + 1; in yyparse()
573 &yyss1, size * sizeof (*yyssp), in yyparse()
579 &yyss1, size * sizeof (*yyssp), in yyparse()
609 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
[all …]