Home | History | Annotate | Download | only in xkbcomp

Lines Matching defs:yyss

1768        'yyss': related to states.
1776 yytype_int16 *yyss;
1807 yyssp = yyss = yyssa;
1830 if (yyss + yystacksize - 1 <= yyssp)
1833 YYSIZE_T yysize = yyssp - yyss + 1;
1841 yytype_int16 *yyss1 = yyss;
1852 yyss = yyss1;
1867 yytype_int16 *yyss1 = yyss;
1872 YYSTACK_RELOCATE (yyss_alloc, yyss);
1881 yyssp = yyss + yysize - 1;
1887 if (yyss + yystacksize - 1 <= yyssp)
3194 YY_STACK_PRINT (yyss, yyssp);
3302 YY_STACK_PRINT (yyss, yyssp);
3328 if (yyssp == yyss)
3336 YY_STACK_PRINT (yyss, yyssp);
3387 YY_STACK_PRINT (yyss, yyssp);
3388 while (yyssp != yyss)
3395 if (yyss != yyssa)
3396 YYSTACK_FREE (yyss);