Lines Matching refs:yyss
2328 yytype_int16 *yyss; in yyparse() local
2359 yyssp = yyss = yyssa; in yyparse()
2382 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2385 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
2393 yytype_int16 *yyss1 = yyss; in yyparse()
2404 yyss = yyss1; in yyparse()
2419 yytype_int16 *yyss1 = yyss; in yyparse()
2424 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
2433 yyssp = yyss + yysize - 1; in yyparse()
2439 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
3441 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3549 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3575 if (yyssp == yyss) in yyparse()
3583 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3634 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3635 while (yyssp != yyss) in yyparse()
3642 if (yyss != yyssa) in yyparse()
3643 YYSTACK_FREE (yyss); in yyparse()