Lines Matching refs:rdlcount
250 rdlcount = 0; \
253 rdlcount_save = rdlcount; \
983 int rdlcount = 0;
1412 rdlcount = rdlcount_save;
1428 rdlcount_save = rdlcount;
1445 rdlcount = 0;
1874 if (rdlcount == rdatalist_size) {
1889 this = &rdatalist[rdlcount++];
2661 int rdlcount = 0;
2676 INSIST(rdlcount < new_len);
2677 new[rdlcount] = *this;
2678 ISC_LIST_APPEND(*current, &new[rdlcount], link);
2679 rdlcount++;
2689 INSIST(rdlcount < new_len);
2690 new[rdlcount] = *this;
2691 ISC_LIST_APPEND(*glue, &new[rdlcount], link);
2692 rdlcount++;
2695 INSIST(rdlcount == old_len);