Lines Matching refs:todo
1217 int todo = len; in read_compound() local
1228 if (todo < 2) in read_compound()
1231 --todo; in read_compound()
1237 --todo; in read_compound()
1243 --todo; in read_compound()
1254 --todo; in read_compound()
1256 --todo; in read_compound()
1263 todo -= 2; in read_compound()
1273 todo -= cnt + 1; in read_compound()
1276 if (todo < 0) in read_compound()
1283 c = todo * 2 + 7; in read_compound()
1285 c += todo * 2; in read_compound()
1292 cp = alloc(todo + 1); in read_compound()
1301 ap = alloc(todo + 1); in read_compound()
1313 crp = alloc(todo + 1); in read_compound()
1322 while (todo-- > 0) in read_compound()
3459 int todo; in spell_free_aff() local
3468 todo = (int)ht->ht_used; in spell_free_aff()
3469 for (hi = ht->ht_array; todo > 0; ++hi) in spell_free_aff()
3473 --todo; in spell_free_aff()
3836 int todo; in store_aff_word() local
3853 todo = (int)ht->ht_used; in store_aff_word()
3854 for (hi = ht->ht_array; todo > 0 && retval == OK; ++hi) in store_aff_word()
3858 --todo; in store_aff_word()
5094 int todo; in write_vim_spell() local
5098 todo = (int)spin->si_commonwords.ht_used; in write_vim_spell()
5099 for (hi = spin->si_commonwords.ht_array; todo > 0; ++hi) in write_vim_spell()
5106 --todo; in write_vim_spell()