Home
last modified time | relevance | path

Searched refs:ht_used (Results 1 – 25 of 31) sorted by relevance

12

/vim-8.2.3635/src/
H A Dhashtab.c96 todo = (long)ht->ht_used; in hash_clear_all()
238 ++ht->ht_used; in hash_add_item()
274 --ht->ht_used; in hash_remove()
340 if (ht->ht_used > ht->ht_filled) in hash_may_resize()
361 if (ht->ht_filled * 3 < oldsize * 2 && ht->ht_used > oldsize / 5) in hash_may_resize()
364 if (ht->ht_used > 1000) in hash_may_resize()
367 minsize = ht->ht_used * 4; // make plenty of room in hash_may_resize()
372 if ((long_u)minitems < ht->ht_used) // just in case... in hash_may_resize()
373 minitems = (int)ht->ht_used; in hash_may_resize()
424 todo = (int)ht->ht_used; in hash_may_resize()
[all …]
H A Ddict.c127 todo = (int)ht->ht_used; in hashtab_free_contents()
308 todo = (int)orig->dv_hashtab.ht_used; in dict_copy()
540 iter->dit_todo = d->dv_hashtab.ht_used; in dict_iterate_start()
604 return (long)d->dv_hashtab.ht_used; in dict_len()
764 todo = (int)d->dv_hashtab.ht_used; in dict2string()
1090 todo = (int)d2->dv_hashtab.ht_used; in dict_extend()
1172 todo = (int)d1->dv_hashtab.ht_used; in dict_equal()
1220 todo = (int)d->dv_hashtab.ht_used; in dict_list()
1307 int todo = (int)di->dv_hashtab.ht_used; in dict_set_items_ro()
H A Devalvars.c1126 todo = (int)ht->ht_used; in list_hashtable_vars()
1961 todo = (int)d->dv_hashtab.ht_used; in item_lock()
1988 todo = (int)globvarht.ht_used; in del_menutrans_vars()
2060 if (gdone < globvarht.ht_used) in get_user_var_name()
2080 if (bdone < ht->ht_used) in get_user_var_name()
2098 if (wdone < ht->ht_used) in get_user_var_name()
2111 if (tdone < ht->ht_used) in get_user_var_name()
3086 todo = (int)ht->ht_used; in vars_clear_ext()
H A Duserfunc.c2071 todo = (int)fc->l_avars.dv_hashtab.ht_used; in cleanup_function_call()
2958 todo = func_hashtab.ht_used; in delete_script_functions()
3015 todo = func_hashtab.ht_used; in free_all_functions()
3045 while (func_hashtab.ht_used > skipped) in free_all_functions()
3047 todo = func_hashtab.ht_used; in free_all_functions()
3821 long_u todo = func_hashtab.ht_used; in list_functions()
4527 long todo = (long)func_hashtab.ht_used; in ex_defcompile()
4547 todo = (long)func_hashtab.ht_used; in ex_defcompile()
4658 if (changed == func_hashtab.ht_changed && done < func_hashtab.ht_used) in get_user_func_name()
5688 todo = (int)func_hashtab.ht_used; in set_ref_in_functions()
H A Dtextprop.c583 todo = (long)ht->ht_used; in find_type_by_id()
1330 todo = (long)ht->ht_used; in list_types()
1383 todo = (long)ht->ht_used; in clear_ht_prop_types()
H A Dspellfile.c2351 || aff->af_suff.ht_used > 0 in spell_read_aff()
2352 || aff->af_pref.ht_used > 0) in spell_read_aff()
2443 if (aff->af_pref.ht_used > 0) in spell_read_aff()
2452 if (aff->af_pref.ht_used > 0) in spell_read_aff()
3468 todo = (int)ht->ht_used; in spell_free_aff()
3853 todo = (int)ht->ht_used; in store_aff_word()
5085 if (spin->si_commonwords.ht_used > 0) in write_vim_spell()
5098 todo = (int)spin->si_commonwords.ht_used; in write_vim_spell()
H A Dsyntax.c1833 && (syn_block->b_keywtab.ht_used > 0 in syn_current_attr()
1834 || syn_block->b_keywtab_ic.ht_used > 0); in syn_current_attr()
3280 if (ht->ht_used == 0) in check_keyword_id()
4274 todo = (int)ht->ht_used; in syn_list_keywords()
4360 todo = (int)ht->ht_used; in syn_clear_keyword()
4408 todo = (int)ht->ht_used; in clear_keywtab()
6370 || win->w_s->b_keywtab.ht_used > 0 in syntax_present()
6371 || win->w_s->b_keywtab_ic.ht_used > 0); in syntax_present()
H A Dtesting.c181 todo = (int)exp_d->dv_hashtab.ht_used; in fill_assert_error()
204 todo = (int)got_d->dv_hashtab.ht_used; in fill_assert_error()
H A Dprofiler.c730 todo = (int)functbl->ht_used; in func_dump_profile()
H A Dvim9script.c273 todo = (int)ht->ht_used; in free_all_script_vars()
H A Dif_py_both.h830 todo = ht->ht_used; in VimToPython()
1695 return ((PyInt) (self->dict->dv_hashtab.ht_used)); in DictionaryLength()
1854 dii->dii_todo = ht->ht_used; in DictionaryIter()
1946 long_u todo = dict->dv_hashtab.ht_used; in DictionaryListObjects()
2180 if (self->dict->dv_hashtab.ht_used == 0) in DictionaryPopItem()
H A Djson.c303 int todo = (int)d->dv_hashtab.ht_used; in json_encode_item()
H A Dsession.c534 todo = (int)gvht->ht_used; in store_session_globals()
H A Dvim9type.c306 if (d == NULL || (d->dv_hashtab.ht_used == 0 && d->dv_type == NULL)) in typval2type_int()
H A Dlist.c2371 todo = (int)ht->ht_used; in filter_map()
2798 todo = error ? 0 : (int)d->dv_hashtab.ht_used; in f_count()
H A Dif_ruby.c1214 long_u todo = ht->ht_used; in vim_to_ruby()
H A Dscriptfile.c1314 todo = (int)ht->ht_used; in do_source()
H A Djob.c141 todo = (int)dict->dv_hashtab.ht_used; in get_job_options()
H A Dmisc1.c2667 if (v_event->dv_hashtab.ht_used > 0) in get_v_event()
H A Dsign.c1976 todo = (int)sg_table.ht_used; in get_nth_sign_group_name()
H A Dstructs.h1298 long_u ht_used; // number of items used member
H A Deval.c4647 todo = (int)cur_ht->ht_used; in set_ref_in_ht()
5073 && tv->vval.v_dict->dv_hashtab.ht_used != 0) in echo_string_core()
H A Dif_lua.c1087 lua_pushinteger(L, ht->ht_used); // # remaining items in luaV_dict_call()
H A Devalfunc.c3222 || argvars[0].vval.v_dict->dv_hashtab.ht_used == 0; in f_empty()
7188 todo = (int)d->dv_hashtab.ht_used; in max_min()
8977 if (d == NULL || d->dv_hashtab.ht_used == 0) in f_setreg()
H A Dviminfo.c1327 todo = (int)gvht->ht_used; in write_viminfo_varlist()

12