Home
last modified time | relevance | path

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

/titanic_41/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 = yyt->advance+yysvec;
[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 = yyt->advance+yysvec;
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c486 register int yystate; in yyparse() local
532 yystate = 0; in yyparse()
553 *++yyssp = yystate; in yyparse()
641 fprintf(stderr, "Entering state %d\n", yystate); in yyparse()
653 yyn = yypact[yystate]; in yyparse()
746 yystate = yyn; in yyparse()
752 yyn = yydefact[yystate]; in yyparse()
885 yystate = yypgoto[yyn - YYNTBASE] + *yyssp; in yyparse()
886 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp) in yyparse()
887 yystate = yytable[yystate]; in yyparse()
[all …]
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l737 extern int yystate;
763 int yystate;
791 s->yystate = yystate;
819 yystate = s->yystate;
/titanic_41/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;
/titanic_41/usr/src/lib/libfru/libfru/
H A Dyy-sed48 s/yystate/frustate/g
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_lex.l698 xyerror(D_UNKNOWN, "internal error -- bad yystate %d\n", state);