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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp534 register short *yyssp;
550 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
552 #define YYPOPSTACK (yyvsp--, yyssp--)
588 yyssp = yyss - 1;
599 *++yyssp = yystate;
601 if (yyssp >= yyss + yystacksize - 1)
612 int size = yyssp - yyss + 1;
621 &yyss1, size * sizeof (*yyssp),
627 &yyss1, size * sizeof (*yyssp),
657 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
532 register short *yyssp; variable
[all...]

Completed in 21 milliseconds