Lines Matching refs:yyss
1776 yytype_int16 *yyss; in yyparse() local
1807 yyssp = yyss = yyssa; in yyparse()
1830 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1833 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1841 yytype_int16 *yyss1 = yyss; in yyparse()
1852 yyss = yyss1; in yyparse()
1867 yytype_int16 *yyss1 = yyss; in yyparse()
1872 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1881 yyssp = yyss + yysize - 1; in yyparse()
1887 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
3194 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3302 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3328 if (yyssp == yyss) in yyparse()
3336 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3387 YY_STACK_PRINT (yyss, yyssp); in yyparse()
3388 while (yyssp != yyss) in yyparse()
3395 if (yyss != yyssa) in yyparse()
3396 YYSTACK_FREE (yyss); in yyparse()