Lines Matching refs:todo
121 int todo; in hashtab_free_contents() local
127 todo = (int)ht->ht_used; in hashtab_free_contents()
128 for (hi = ht->ht_array; todo > 0; ++hi) in hashtab_free_contents()
137 --todo; in hashtab_free_contents()
294 int todo; in dict_copy() local
308 todo = (int)orig->dv_hashtab.ht_used; in dict_copy()
309 for (hi = orig->dv_hashtab.ht_array; todo > 0 && !got_int; ++hi) in dict_copy()
313 --todo; in dict_copy()
338 if (todo > 0) in dict_copy()
757 int todo; in dict2string() local
764 todo = (int)d->dv_hashtab.ht_used; in dict2string()
765 for (hi = d->dv_hashtab.ht_array; todo > 0 && !got_int; ++hi) in dict2string()
769 --todo; in dict2string()
794 if (todo > 0) in dict2string()
1081 int todo; in dict_extend() local
1090 todo = (int)d2->dv_hashtab.ht_used; in dict_extend()
1091 for (hi2 = d2->dv_hashtab.ht_array; todo > 0; ++hi2) in dict_extend()
1095 --todo; in dict_extend()
1160 int todo; in dict_equal() local
1172 todo = (int)d1->dv_hashtab.ht_used; in dict_equal()
1173 for (hi = d1->dv_hashtab.ht_array; todo > 0; ++hi) in dict_equal()
1182 --todo; in dict_equal()
1203 int todo; in dict_list() local
1220 todo = (int)d->dv_hashtab.ht_used; in dict_list()
1221 for (hi = d->dv_hashtab.ht_array; todo > 0; ++hi) in dict_list()
1225 --todo; in dict_list()
1307 int todo = (int)di->dv_hashtab.ht_used; in dict_set_items_ro() local
1311 for (hi = di->dv_hashtab.ht_array; todo > 0 ; ++hi) in dict_set_items_ro()
1315 --todo; in dict_set_items_ro()