Lines Matching refs:yyss
1860 yytype_int16 *yyss; in yyparse() local
1891 yyssp = yyss = yyssa; in yyparse()
1914 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1917 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1925 yytype_int16 *yyss1 = yyss; in yyparse()
1936 yyss = yyss1; in yyparse()
1951 yytype_int16 *yyss1 = yyss; in yyparse()
1956 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1965 yyssp = yyss + yysize - 1; in yyparse()
1971 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
3454 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3562 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3588 if (yyssp == yyss) in yyparse()
3596 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3647 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3648 while (yyssp != yyss) in yyparse()
3655 if (yyss != yyssa) in yyparse()
3656 YYSTACK_FREE (yyss); in yyparse()