Lines Matching refs:todo
574 long todo; in find_type_by_id() local
583 todo = (long)ht->ht_used; in find_type_by_id()
584 for (hi = ht->ht_array; todo > 0; ++hi) in find_type_by_id()
592 --todo; in find_type_by_id()
1327 long todo; in list_types() local
1330 todo = (long)ht->ht_used; in list_types()
1331 for (hi = ht->ht_array; todo > 0; ++hi) in list_types()
1338 --todo; in list_types()
1377 long todo; in clear_ht_prop_types() local
1383 todo = (long)ht->ht_used; in clear_ht_prop_types()
1384 for (hi = ht->ht_array; todo > 0; ++hi) in clear_ht_prop_types()
1391 --todo; in clear_ht_prop_types()