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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c848 register int yystate;
891 yystate = 0;
908 | yynewstate -- Push a new state, which is found in yystate. |
917 *yyssp = yystate;
984 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
999 yyn = yypact[yystate];
1055 yystate = yyn;
1063 yyn = yydefact[yystate];
1184 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1185 if (0 <= yystate
845 register int yystate; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2088 register int yym, yyn, yystate; local
2107 *yyssp = yystate = 0;
2110 if ((yyn = yydefred[yystate])) goto yyreduce;
2120 printf("yydebug: state %d, reading %d (%s)\n", yystate,
2125 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
2131 yystate, yytable[yyn]);
2137 *++yyssp = yystate = yytable[yyn];
2143 if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
2178 *++yyssp = yystate = yytable[yyn];
2205 yystate, yycha
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c1415 register int yym, yyn, yystate; local
1464 *yyssp = yystate = 0;
1467 if ((yyn = yydefred[yystate])) goto yyreduce;
1477 PerlIO_printf(Perl_debug_log, "yydebug: state %d, reading %d (%s)\n", yystate,
1482 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
1488 yystate, yytable[yyn]);
1506 *++yyssp = yystate = yytable[yyn];
1512 if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
1559 *++yyssp = yystate = yytable[yyn];
1586 yystate, yycha
[all...]

Completed in 29 milliseconds