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

/haiku-buildtools/binutils/intl/
H A Dplural.c1165 int yyx, yycount;
1167 yycount = 0;
1173 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1182 if (yycount < 5)
1184 yycount = 0;
1190 const char *yyq = ! yycount ? ", expecting " : " or ";
1193 yycount++;
1162 int yyx, yycount; local
/haiku-buildtools/gcc/intl/
H A Dplural.c1165 int yyx, yycount;
1167 yycount = 0;
1173 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1182 if (yycount < 5)
1184 yycount = 0;
1190 const char *yyq = ! yycount ? ", expecting " : " or ";
1193 yycount++;
1162 int yyx, yycount; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dsysinfo.c1582 int yycount = 1;
1590 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1592 yycount = 1;
1597 yyarg[yycount++] = yytname[yyx];
1621 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1578 int yycount = 1; local
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c7144 int yycount = 1;
7152 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
7154 yycount = 1;
7159 yyarg[yycount++] = yytname[yyx];
7183 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
7140 int yycount = 1; local

Completed in 173 milliseconds