Lines Matching refs:yyss
1166 yy_state_t *yyss = yyssa; in yyparse() local
1167 yy_state_t *yyssp = yyss; in yyparse()
1215 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1217 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1223 YYPTRDIFF_T yysize = yyssp - yyss + 1; in yyparse()
1230 yy_state_t *yyss1 = yyss; in yyparse()
1241 yyss = yyss1; in yyparse()
1253 yy_state_t *yyss1 = yyss; in yyparse()
1259 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1267 yyssp = yyss + yysize - 1; in yyparse()
1275 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1707 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1734 if (yyssp == yyss) in yyparse()
1742 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1799 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1800 while (yyssp != yyss) in yyparse()
1807 if (yyss != yyssa) in yyparse()
1808 YYSTACK_FREE (yyss); in yyparse()