Lines Matching refs:yyss
2358 yy_state_t *yyss = yyssa; in yyparse() local
2359 yy_state_t *yyssp = yyss; in yyparse()
2408 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2410 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2416 YYPTRDIFF_T yysize = yyssp - yyss + 1; in yyparse()
2423 yy_state_t *yyss1 = yyss; in yyparse()
2434 yyss = yyss1; in yyparse()
2446 yy_state_t *yyss1 = yyss; in yyparse()
2452 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
2460 yyssp = yyss + yysize - 1; in yyparse()
2468 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
4916 YY_STACK_PRINT (yyss, yyssp); in yyparse()
4943 if (yyssp == yyss) in yyparse()
4951 YY_STACK_PRINT (yyss, yyssp); in yyparse()
5006 YY_STACK_PRINT (yyss, yyssp); in yyparse()
5007 while (yyssp != yyss) in yyparse()
5014 if (yyss != yyssa) in yyparse()
5015 YYSTACK_FREE (yyss); in yyparse()