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
540 yyssp = yyss - 1; in yyparse()
551 *++yyssp = yystate; in yyparse()
564 int size = yyssp - yyss + 1; in yyparse()
573 &yyss1, size * sizeof (*yyssp), in yyparse()
622 yyssp = yyss + size - 1; in yyparse()
841 yyssp -= yylen; in yyparse()
851 while (ssp1 != yyssp) in yyparse()
979 if (yyssp == yyss) YYABORT; in yyparse()
981 yystate = *--yyssp; in yyparse()
[all …]