Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 25 of 95) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dindent.c512 int todo; in set_indent() local
527 todo = size; in set_indent()
566 --todo; in set_indent()
637 --todo; in set_indent()
681 todo = size; in set_indent()
718 --todo; in set_indent()
765 --todo; in set_indent()
1436 int todo; in copy_indent() local
1450 todo = size; in copy_indent()
1481 --todo; in copy_indent()
[all …]
H A Ddict.c121 int todo; in hashtab_free_contents() local
137 --todo; in hashtab_free_contents()
294 int todo; in dict_copy() local
313 --todo; in dict_copy()
338 if (todo > 0) in dict_copy()
757 int todo; in dict2string() local
769 --todo; in dict2string()
1095 --todo; in dict_extend()
1182 --todo; in dict_equal()
1225 --todo; in dict_list()
[all …]
H A Dhashtab.c93 long todo; in hash_clear_all() local
96 todo = (long)ht->ht_used; in hash_clear_all()
97 for (hi = ht->ht_array; todo > 0; ++hi) in hash_clear_all()
102 --todo; in hash_clear_all()
329 int todo; in hash_may_resize() local
424 todo = (int)ht->ht_used; in hash_may_resize()
425 for (olditem = oldarray; todo > 0; ++olditem) in hash_may_resize()
445 --todo; in hash_may_resize()
H A Dwinclip.c57 int todo = inlen; in utf8_to_utf16() local
61 while (todo > 0) in utf8_to_utf16()
64 l = utf_ptr2len_len(p, todo); in utf8_to_utf16()
65 if (l > todo) in utf8_to_utf16()
69 *unconvlenp = todo; in utf8_to_utf16()
88 todo -= l; in utf8_to_utf16()
105 int todo = inlen; in utf16_to_utf8() local
110 while (todo > 0) in utf16_to_utf8()
113 if (ch >= 0xD800 && ch <= 0xDBFF && todo > 1) in utf16_to_utf8()
121 --todo; in utf16_to_utf8()
[all …]
H A Dtextprop.c574 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()
[all …]
H A Dprofiler.c722 int todo; in func_dump_profile() local
730 todo = (int)functbl->ht_used; in func_dump_profile()
731 if (todo == 0) in func_dump_profile()
734 sorttab = ALLOC_MULT(ufunc_T *, todo); in func_dump_profile()
736 for (hi = functbl->ht_array; todo > 0; ++hi) in func_dump_profile()
740 --todo; in func_dump_profile()
H A Dspellfile.c1231 --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()
1285 c += todo * 2; in read_compound()
3459 int todo; in spell_free_aff() local
3473 --todo; in spell_free_aff()
3858 --todo; in store_aff_word()
[all …]
H A Duserfunc.c2064 int todo; in cleanup_function_call() local
2076 --todo; in cleanup_function_call()
2946 long_u todo = 1; in delete_script_functions() local
2956 while (todo > 0) in delete_script_functions()
2986 --todo; in delete_script_functions()
3038 --todo; in free_all_functions()
3051 --todo; in free_all_functions()
3830 --todo; in list_functions()
4536 --todo; in ex_defcompile()
5684 int todo; in set_ref_in_functions() local
[all …]
H A Dtesting.c173 int todo; in fill_assert_error() local
181 todo = (int)exp_d->dv_hashtab.ht_used; in fill_assert_error()
182 for (hi = exp_d->dv_hashtab.ht_array; todo > 0; ++hi) in fill_assert_error()
199 --todo; in fill_assert_error()
204 todo = (int)got_d->dv_hashtab.ht_used; in fill_assert_error()
205 for (hi = got_d->dv_hashtab.ht_array; todo > 0; ++hi) in fill_assert_error()
214 --todo; in fill_assert_error()
H A Devalvars.c1123 int todo; in list_hashtable_vars() local
1126 todo = (int)ht->ht_used; in list_hashtable_vars()
1131 --todo; in list_hashtable_vars()
1892 int todo; in item_lock() local
1966 --todo; in item_lock()
1985 int todo; in del_menutrans_vars() local
1988 todo = (int)globvarht.ht_used; in del_menutrans_vars()
1993 --todo; in del_menutrans_vars()
3081 int todo; in vars_clear_ext() local
3086 todo = (int)ht->ht_used; in vars_clear_ext()
[all …]
H A Dlist.c1074 int todo; in list_extend() local
1081 todo = l2->lv_len; in list_extend()
1092 for (item = l2->lv_first; item != NULL && --todo >= 0; in list_extend()
2269 int todo; in filter_map() local
2371 todo = (int)ht->ht_used; in filter_map()
2372 for (hi = ht->ht_array; todo > 0; ++hi) in filter_map()
2379 --todo; in filter_map()
2786 int todo; in f_count() local
2798 todo = error ? 0 : (int)d->dv_hashtab.ht_used; in f_count()
2799 for (hi = d->dv_hashtab.ht_array; todo > 0; ++hi) in f_count()
[all …]
H A Dviminfo.c1014 size_t todo; in barline_parse() local
1029 for (todo = len; todo > 0; todo -= n) in barline_parse()
1046 if (n > todo) in barline_parse()
1049 nextp = virp->vir_line + 2 + todo; in barline_parse()
1050 n = todo; in barline_parse()
1316 int todo; in write_viminfo_varlist() local
1327 todo = (int)gvht->ht_used; in write_viminfo_varlist()
1328 for (hi = gvht->ht_array; todo > 0; ++hi) in write_viminfo_varlist()
1332 --todo; in write_viminfo_varlist()
H A Dvim9script.c266 int todo; in free_all_script_vars() local
273 todo = (int)ht->ht_used; in free_all_script_vars()
274 for (hi = ht->ht_array; todo > 0; ++hi) in free_all_script_vars()
278 --todo; in free_all_script_vars()
H A Dsession.c531 int todo; in store_session_globals() local
534 todo = (int)gvht->ht_used; in store_session_globals()
535 for (hi = gvht->ht_array; todo > 0; ++hi) in store_session_globals()
539 --todo; in store_session_globals()
H A Dwindow.c1558 int todo; in make_windows() local
1592 for (todo = count - 1; todo > 0; --todo) in make_windows()
1595 if (win_split(curwin->w_width - (curwin->w_width - todo) in make_windows()
1596 / (todo + 1) - 1, WSP_VERT | WSP_ABOVE) == FAIL) in make_windows()
1601 if (win_split(curwin->w_height - (curwin->w_height - todo in make_windows()
1602 * STATUS_HEIGHT) / (todo + 1) in make_windows()
1610 return (count - todo); in make_windows()
4028 int todo; in make_tabpages() local
4040 for (todo = count - 1; todo > 0; --todo) in make_tabpages()
4047 return (count - todo); in make_tabpages()
H A Djob.c126 int todo; in get_job_options() local
141 todo = (int)dict->dv_hashtab.ht_used; in get_job_options()
142 for (hi = dict->dv_hashtab.ht_array; todo > 0; ++hi) in get_job_options()
720 --todo; in get_job_options()
722 if (todo > 0) in get_job_options()
H A Dinsexpand.c3343 int todo = count; in ins_compl_next() local
3399 while (--todo >= 0) in ins_compl_next()
3422 compl_pending -= todo + 1; in ins_compl_next()
3424 compl_pending += todo + 1; in ins_compl_next()
3463 ++todo; in ins_compl_next()
3476 todo = 1; // use first usable match after wrapping around in ins_compl_next()
3623 int todo = compl_pending > 0 ? compl_pending : -compl_pending; in ins_compl_check_keys() local
3626 (void)ins_compl_next(FALSE, todo, TRUE, in_compl_func); in ins_compl_check_keys()
H A Dsyntax.c4262 int todo; in syn_list_keywords() local
4274 todo = (int)ht->ht_used; in syn_list_keywords()
4279 --todo; in syn_list_keywords()
4357 int todo; in syn_clear_keyword() local
4360 todo = (int)ht->ht_used; in syn_clear_keyword()
4361 for (hi = ht->ht_array; todo > 0; ++hi) in syn_clear_keyword()
4365 --todo; in syn_clear_keyword()
4404 int todo; in clear_keywtab() local
4408 todo = (int)ht->ht_used; in clear_keywtab()
4409 for (hi = ht->ht_array; todo > 0; ++hi) in clear_keywtab()
[all …]
H A Djson.c303 int todo = (int)d->dv_hashtab.ht_used; in json_encode_item() local
309 for (hi = d->dv_hashtab.ht_array; todo > 0 && !got_int; in json_encode_item()
313 --todo; in json_encode_item()
/vim-8.2.3635/src/testdir/
H A Dtest_channel.py45 todo = received
46 while todo != '':
47 splitidx = todo.find('\n')
49 used = todo
50 todo = ''
52 used = todo[:splitidx]
53 todo = todo[splitidx + 1:]
/vim-8.2.3635/
H A DCONTRIBUTING.md45 You can find known issues in the todo file: ":help todo".
46 Or open [the todo file] on GitHub to see the latest version.
48 [the todo file]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt
H A DREADME_VIM9.md176 var todo = arg
178 while todo > 0
180 todo -= 1
/vim-8.2.3635/runtime/syntax/
H A Dreva.vim27 "syn keyword revaTodo contained todo fixme bugbug todo: bugbug: note:
28 syn match revaTodo contained '\(todo\|fixme\|bugbug\|note\)[:]*'
/vim-8.2.3635/runtime/indent/
H A Dvim.vim139 " todo: use searchpair() to find a match
153 " todo: use searchpair() to find a match
/vim-8.2.3635/runtime/doc/
H A DMakefile112 todo.txt \
256 todo.html \

1234