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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp532 register int yystate;
578 yystate = 0;
594 /* Push a new state, which is found in yystate . */
599 *++yyssp = yystate;
687 fprintf(stderr, "Entering state %d\n", yystate);
699 yyn = yypact[yystate];
792 yystate = yyn;
798 yyn = yydefact[yystate];
995 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
996 if (yystate >
530 register int yystate; variable
[all...]

Completed in 17 milliseconds