Lines Matching refs:yyss
233 `yyss': related to states.
242 yytype_int16 *yyss;
1472 if (!yyps->yynew && yyps->yyss != yyps->yyssa)
1473 YYSTACK_FREE (yyps->yyss);
1485 #define yyss yyps->yyss
1559 yyssp = yyss = yyssa;
1598 if (yyss + yystacksize - 1 <= yyssp)
1601 YYSIZE_T yysize = yyssp - yyss + 1;
1609 yytype_int16 *yyss1 = yyss;]b4_locations_if([
1623 yyss = yyss1;
1638 yytype_int16 *yyss1 = yyss;
1643 YYSTACK_RELOCATE (yyss_alloc, yyss);
1653 yyssp = yyss + yysize - 1;
1660 if (yyss + yystacksize - 1 <= yyssp)
1823 YY_STACK_PRINT (yyss, yyssp);
1936 YY_STACK_PRINT (yyss, yyssp);
1962 if (yyssp == yyss)
1970 YY_STACK_PRINT (yyss, yyssp);
2030 YY_STACK_PRINT (yyss, yyssp);
2031 while (yyssp != yyss)
2038 if (yyss != yyssa)
2039 YYSTACK_FREE (yyss);