Lines Matching refs:yyss
1848 yytype_int16 *yyss; in yyparse() local
1879 yyssp = yyss = yyssa; in yyparse()
1902 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1905 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1913 yytype_int16 *yyss1 = yyss; in yyparse()
1924 yyss = yyss1; in yyparse()
1939 yytype_int16 *yyss1 = yyss; in yyparse()
1944 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1953 yyssp = yyss + yysize - 1; in yyparse()
1959 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
3442 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3550 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3576 if (yyssp == yyss) in yyparse()
3584 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3635 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3636 while (yyssp != yyss) in yyparse()
3643 if (yyss != yyssa) in yyparse()
3644 YYSTACK_FREE (yyss); in yyparse()