Home | History | Annotate | Download | only in one-true-awk

Lines Matching defs:yyss

2320        'yyss': related to states.
2328 yytype_int16 *yyss;
2359 yyssp = yyss = yyssa;
2382 if (yyss + yystacksize - 1 <= yyssp)
2385 YYSIZE_T yysize = yyssp - yyss + 1;
2393 yytype_int16 *yyss1 = yyss;
2404 yyss = yyss1;
2419 yytype_int16 *yyss1 = yyss;
2424 YYSTACK_RELOCATE (yyss_alloc, yyss);
2433 yyssp = yyss + yysize - 1;
2439 if (yyss + yystacksize - 1 <= yyssp)
3441 YY_STACK_PRINT (yyss, yyssp);
3549 YY_STACK_PRINT (yyss, yyssp);
3575 if (yyssp == yyss)
3583 YY_STACK_PRINT (yyss, yyssp);
3634 YY_STACK_PRINT (yyss, yyssp);
3635 while (yyssp != yyss)
3642 if (yyss != yyssa)
3643 YYSTACK_FREE (yyss);