Lines Matching defs:rdlcount
263 rdlcount = 0; \
266 rdlcount_save = rdlcount; \
1033 int rdlcount = 0;
1464 rdlcount = rdlcount_save;
1480 rdlcount_save = rdlcount;
1497 rdlcount = 0;
1953 if (rdlcount == rdatalist_size) {
1968 this = &rdatalist[rdlcount++];
2955 int rdlcount = 0;
2970 INSIST(rdlcount < new_len);
2971 newlist[rdlcount] = *this;
2972 ISC_LIST_APPEND(*current, &newlist[rdlcount], link);
2973 rdlcount++;
2983 INSIST(rdlcount < new_len);
2984 newlist[rdlcount] = *this;
2985 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
2986 rdlcount++;
2989 INSIST(rdlcount == old_len);