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

/haiku-fatelf/src/bin/gawk/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-fatelf/src/bin/bash/lib/intl/
H A Dplural.c1326 int yycount = 0;
1333 yycount += 1;
1334 if (yycount == 5)
1348 if (yycount < 5)
1322 int yycount = 0; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c1989 int yycount = 0;
1996 yycount += 1;
1997 if (yycount == 5)
2011 if (yycount < 5)
1985 int yycount = 0; local
H A Dada-exp.c2097 int yycount = 0;
2104 yycount += 1;
2105 if (yycount == 5)
2119 if (yycount < 5)
2093 int yycount = 0; local
H A Df-exp.c1859 int yycount = 0;
1866 yycount += 1;
1867 if (yycount == 5)
1881 if (yycount < 5)
1855 int yycount = 0; local
H A Djv-exp.c1902 int yycount = 0;
1909 yycount += 1;
1910 if (yycount == 5)
1924 if (yycount < 5)
1898 int yycount = 0; local
H A Dc-exp.c2516 int yycount = 0;
2523 yycount += 1;
2524 if (yycount == 5)
2538 if (yycount < 5)
2512 int yycount = 0; local
H A Dobjc-exp.c2478 int yycount = 0;
2485 yycount += 1;
2486 if (yycount == 5)
2500 if (yycount < 5)
2474 int yycount = 0; local
H A Dp-exp.c1930 int yycount = 0;
1937 yycount += 1;
1938 if (yycount == 5)
1952 if (yycount < 5)
1926 int yycount = 0; local
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.c2652 int yyx, yycount;
2654 yycount = 0;
2660 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
2669 if (yycount < 5)
2671 yycount = 0;
2677 const char *yyq = ! yycount ? ", expecting " : " or ";
2680 yycount++;
2648 int yyx, yycount; local

Completed in 100 milliseconds