Searched refs:yyss (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c377 short yyss; member in union:yyalloc
692 `yyss': related to states,
701 short *yyss = yyssa; local
748 yyssp = yyss;
767 if (yyssp >= yyss + yystacksize - 1)
770 YYSIZE_T yysize = yyssp - yyss + 1;
778 short *yyss1 = yyss;
798 yyss = yyss1;
813 short *yyss1 = yyss;
818 YYSTACK_RELOCATE (yyss);
[all...]
/external/libpcap/
H A Dgrammar.c1835 'yyss': related to states.
1843 yytype_int16 *yyss; local
1874 yyssp = yyss = yyssa;
1897 if (yyss + yystacksize - 1 <= yyssp)
1900 YYSIZE_T yysize = yyssp - yyss + 1;
1908 yytype_int16 *yyss1 = yyss;
1919 yyss = yyss1;
1934 yytype_int16 *yyss1 = yyss;
1939 YYSTACK_RELOCATE (yyss_alloc, yyss);
1948 yyssp = yyss
[all...]
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped317 short int yyss;
1206 `yyss': related to states,
1215 short int *yyss = yyssa;
1250 yyssp = yyss;
1267 if (yyss + yystacksize - 1 <= yyssp)
1270 YYSIZE_T yysize = yyssp - yyss + 1;
1278 short int *yyss1 = yyss;
1291 yyss = yyss1;
1306 short int *yyss1 = yyss;
1311 YYSTACK_RELOCATE (yyss);
[all...]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dparser.c1768 'yyss': related to states.
1776 yytype_int16 *yyss; local
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
[all...]

Completed in 107 milliseconds