Lines Matching refs:yyss
1033 yy_state_t *yyss = yyssa; in yyparse() local
1034 yy_state_t *yyssp = yyss; in yyparse()
1082 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1084 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1090 YYPTRDIFF_T yysize = yyssp - yyss + 1; in yyparse()
1097 yy_state_t *yyss1 = yyss; in yyparse()
1108 yyss = yyss1; in yyparse()
1120 yy_state_t *yyss1 = yyss; in yyparse()
1126 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1134 yyssp = yyss + yysize - 1; in yyparse()
1142 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1618 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1645 if (yyssp == yyss) in yyparse()
1653 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1710 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1711 while (yyssp != yyss) in yyparse()
1718 if (yyss != yyssa) in yyparse()
1719 YYSTACK_FREE (yyss); in yyparse()