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++;
67 yyt = yystate->yystoff;
69 yyz = yystate->yyother;
117 *lsp++ = yystate = yyt->advance+yysvec;
132 if(yyt <= yytop && yyt->verify+yysvec == yystate){
135 *lsp++ = yystate = yyt->advance+yysvec;
153 *lsp++ = yystate = yyt->advance+yysvec;
161 if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){
[all …]
H A Dnceucform45 struct yysvf *yystate, **lsp;
67 yyestate = yystate = yybgin;
68 if (yyprevious==YYNEWLINE) yystate++;
73 yyt = yystate->yystoff;
75 yyz = yystate->yyother;
144 *lsp++ = yystate = yyt->advance+yysvec;
159 if(yyt <= yytop && yyt->verify+yysvec == yystate){
162 *lsp++ = yystate = yyt->advance+yysvec;
177 if(yyt <= yytop && yyt->verify+yysvec == yystate){
180 *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()
651 yyn = yypact[yystate]; in yyparse()
744 yystate = yyn; in yyparse()
750 yyn = yydefact[yystate]; in yyparse()
884 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp) in yyparse()
885 yystate = yytable[yystate]; in yyparse()
981 yystate = *--yyssp; in yyparse()
999 yyn = yypact[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 */
151 yystate = 0;
182 yy_state = yystate;
192 yy_state = yystate;
396 yy_state = yystate;
536 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);