Searched defs:yycount (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c1141 int yyx, yycount;
1143 yycount = 0;
1149 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1158 if (yycount < 5)
1160 yycount = 0;
1166 const char *yyq = ! yycount ? ", expecting " : " or ";
1169 yycount++;
1138 int yyx, yycount; local
/external/elfutils/src/
H A Dldscript.c1709 int yycount = 0;
1716 yycount += 1;
1717 if (yycount == 5)
1731 if (yycount < 5)
1705 int yycount = 0; local
/external/bison/src/
H A Dparse-gram.c1339 int yycount = 1;
1347 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1349 yycount = 1;
1354 yyarg[yycount++] = yytname[yyx];
1379 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1338 int yycount = 1; local
/external/libpcap/
H A Dgrammar.c2793 int yycount = 1;
2801 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
2803 yycount = 1;
2808 yyarg[yycount++] = yytname[yyx];
2832 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
2789 int yycount = 1; local

Completed in 106 milliseconds