Home
last modified time | relevance | path

Searched refs:HI2DI (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Ddict.c134 di = HI2DI(hi); in hashtab_free_contents()
328 copy_tv(&HI2DI(hi)->di_tv, &di->di_tv); in dict_copy()
564 di = HI2DI(iter->dit_hi); in dict_iterate_next()
642 return HI2DI(hi); in dict_find()
1102 && HI2DI(hi2)->di_tv.v_type == VAR_FUNC in dict_extend()
1116 di1 = dictitem_copy(HI2DI(hi2)); in dict_extend()
1125 else if (*action == 'f' && HI2DI(hi2) != di1) in dict_extend()
1133 copy_tv(&HI2DI(hi2)->di_tv, &di1->di_tv); in dict_extend()
1145 return HI2DI(hi); in dict_lookup()
1226 di = HI2DI(hi); in dict_list()
[all …]
H A Dtesting.c187 if (item2 == NULL || !tv_equal(&HI2DI(hi)->di_tv, in fill_assert_error()
192 (char *)hi->hi_key, &HI2DI(hi)->di_tv); in fill_assert_error()
213 (char *)hi->hi_key, &HI2DI(hi)->di_tv); in fill_assert_error()
H A Devalvars.c1132 di = HI2DI(hi); in list_hashtable_vars()
1782 di = HI2DI(hi); in do_unlet()
1967 item_lock(&HI2DI(hi)->di_tv, deep - 1, lock, in item_lock()
1994 if (STRNCMP(HI2DI(hi)->di_key, "menutrans_", 10) == 0) in del_menutrans_vars()
2838 return HI2DI(hi); in find_var_in_ht()
3096 v = HI2DI(hi); in vars_clear_ext()
3114 dictitem_T *di = HI2DI(hi); in delete_var()
H A Dmacros.h329 #define HI2DI(hi) HIKEY2DI((hi)->hi_key) macro
H A Dvim9script.c931 dictitem_T *di = HI2DI(script_hi); in hide_script_var()
H A Dsession.c540 this_var = HI2DI(hi); in store_session_globals()
H A Dlist.c2380 di = HI2DI(hi); in filter_map()
2804 if (tv_equal(&HI2DI(hi)->di_tv, &argvars[1], ic, FALSE)) in f_count()
H A Dscriptfile.c1319 di = HI2DI(hi); in do_source()
H A Dviminfo.c1333 this_var = HI2DI(hi); in write_viminfo_varlist()
H A Deval.c4652 abort = abort || set_ref_in_item(&HI2DI(hi)->di_tv, copyID, in set_ref_in_ht()
H A Duserfunc.c2077 di = HI2DI(hi); in cleanup_function_call()
H A Devalfunc.c7194 i = tv_get_number_chk(&HI2DI(hi)->di_tv, &error); in max_min()