Lines Matching refs:yyss
1226 yytype_int16 *yyss; in yyparse() local
1257 yyssp = yyss = yyssa; in yyparse()
1280 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1283 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1291 yytype_int16 *yyss1 = yyss; in yyparse()
1302 yyss = yyss1; in yyparse()
1317 yytype_int16 *yyss1 = yyss; in yyparse()
1322 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1331 yyssp = yyss + yysize - 1; in yyparse()
1337 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1644 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1752 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1778 if (yyssp == yyss) in yyparse()
1786 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1837 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1838 while (yyssp != yyss) in yyparse()
1845 if (yyss != yyssa) in yyparse()
1846 YYSTACK_FREE (yyss); in yyparse()