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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c488 register int yystate;
534 yystate = 0;
550 /* Push a new state, which is found in yystate . */
555 *++yyssp = yystate;
643 fprintf(stderr, "Entering state %d\n", yystate);
655 yyn = yypact[yystate];
748 yystate = yyn;
754 yyn = yydefact[yystate];
888 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
889 if (yystate >
486 register int yystate; local
[all...]

Completed in 48 milliseconds