Searched refs:yycount (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c1138 int yyx, yycount; local
1140 yycount = 0;
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1155 if (yycount < 5)
1157 yycount = 0;
1163 const char *yyq = ! yycount ? ", expecting " : " or ";
1166 yycount++;
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped1915 int yycount = 1;
1923 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1925 yycount = 1;
1930 yyarg[yycount++] = yytname[yyx];
1954 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)

Completed in 123 milliseconds