Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform39 struct yysvf *yystate, **lsp;
61 yyestate = yystate = yybgin;
62 if (yyprevious==YYNEWLINE) yystate++;
65 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
67 yyt = yystate->yystoff;
69 yyz = yystate->yyother;
114 if (yyt <= yytop && yyt->verify+yysvec == yystate){
117 *lsp++ = yystate = yyt->advance+yysvec;
132 if(yyt <= yytop && yyt->verify+yysvec == yystate){
135 *lsp++ = yystate = yyt->advance+yysvec;
[all …]
H A Dnceucform45 struct yysvf *yystate, **lsp;
67 yyestate = yystate = yybgin;
68 if (yyprevious==YYNEWLINE) yystate++;
71 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
73 yyt = yystate->yystoff;
75 yyz = yystate->yyother;
141 if (yyt <= yytop && yyt->verify+yysvec == yystate){
144 *lsp++ = yystate = yyt->advance+yysvec;
159 if(yyt <= yytop && yyt->verify+yysvec == yystate){
162 *lsp++ = yystate = yyt->advance+yysvec;
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c484 register int yystate; in yyparse() local
530 yystate = 0; in yyparse()
551 *++yyssp = yystate; in yyparse()
639 fprintf(stderr, "Entering state %d\n", yystate); in yyparse()
651 yyn = yypact[yystate]; in yyparse()
744 yystate = yyn; in yyparse()
750 yyn = yydefact[yystate]; in yyparse()
883 yystate = yypgoto[yyn - YYNTBASE] + *yyssp; in yyparse()
884 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp) in yyparse()
885 yystate = yytable[yystate]; in yyparse()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l749 extern int yystate;
775 int yystate;
803 s->yystate = yystate;
831 yystate = s->yystate;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar48 yystate = *yyps;\
78 int yystate; /* current state */
153 yystate = 0;
184 yy_state = yystate;
194 yy_state = yystate;
398 yy_state = yystate;
538 yystate = yy_state;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dyy-sed46 s/yystate/frustate/g
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l698 xyerror(D_UNKNOWN, "internal error -- bad yystate %d\n", state);