Lines Matching refs:yyss
1107 yytype_int16 *yyss; in yyparse() local
1147 yyssp = yyss = yyssa; in yyparse()
1172 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1175 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1183 yytype_int16 *yyss1 = yyss; in yyparse()
1197 yyss = yyss1; in yyparse()
1212 yytype_int16 *yyss1 = yyss; in yyparse()
1217 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1227 yyssp = yyss + yysize - 1; in yyparse()
1234 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1451 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1561 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1587 if (yyssp == yyss) in yyparse()
1595 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1651 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1652 while (yyssp != yyss) in yyparse()
1659 if (yyss != yyssa) in yyparse()
1660 YYSTACK_FREE (yyss); in yyparse()