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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp542 short *yyss = yyssa; /* refer to the stacks thru separate pointers */
588 yyssp = yyss - 1;
601 if (yyssp >= yyss + yystacksize - 1)
606 short *yyss1 = yyss;
612 int size = yyssp - yyss + 1;
632 yyss = yyss1; yyvs = yyvs1;
643 free (yyss);
657 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
658 __yy_memcpy ((char *)yyss, (char *)yyss1,
670 yyssp = yyss
540 short *yyss = yyssa; /* refer to the stacks thru separate pointers */ variable
641 free (yyss); variable
1149 free (yyss); variable
1161 free (yyss); variable
[all...]
H A DOSUnserializeXML.cpp428 yytype_int16 yyss; member in union:yyalloc
1272 `yyss': related to states,
1281 yytype_int16 *yyss = yyssa;
1316 yyssp = yyss;
1332 if (yyss + yystacksize - 1 <= yyssp)
1335 YYSIZE_T yysize = yyssp - yyss + 1;
1343 yytype_int16 *yyss1 = yyss;
1356 yyss = yyss1;
1371 yytype_int16 *yyss1 = yyss;
1376 YYSTACK_RELOCATE (yyss);
1852 YYSTACK_FREE (yyss); variable
[all...]

Completed in 75 milliseconds