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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform43 register struct yysvf *yystate, **lsp;
65 yyestate = yystate = yybgin;
66 if (yyprevious==YYNEWLINE) yystate++;
69 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
71 yyt = yystate->yystoff;
73 yyz = yystate->yyother;
118 if (yyt <= yytop && yyt->verify+yysvec == yystate){
121 *lsp++ = yystate = yyt->advance+yysvec;
136 if(yyt <= yytop && yyt->verify+yysvec == yystate){
139 *lsp++ = yystate
[all...]
H A Dnceucform51 struct yysvf *yystate, **lsp;
73 yyestate = yystate = yybgin;
74 if (yyprevious==YYNEWLINE) yystate++;
77 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
79 yyt = yystate->yystoff;
81 yyz = yystate->yyother;
147 if (yyt <= yytop && yyt->verify+yysvec == yystate){
150 *lsp++ = yystate = yyt->advance+yysvec;
165 if(yyt <= yytop && yyt->verify+yysvec == yystate){
168 *lsp++ = yystate
[all...]
/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...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar50 yystate = *yyps;\
80 int yystate; /* current state */
161 yystate = 0;
192 yy_state = yystate;
202 yy_state = yystate;
406 yy_state = yystate;
546 yystate = yy_state;

Completed in 688 milliseconds