Home
last modified time | relevance | path

Searched refs:hashitem_T (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/src/
H A Dhashtab.c94 hashitem_T *hi; in hash_clear_all()
117 hashitem_T *
126 hashitem_T *
130 hashitem_T *freeitem; in hash_lookup()
131 hashitem_T *hi; in hash_lookup()
210 hashitem_T *hi; in hash_add()
230 hashitem_T *hi, in hash_add_item()
260 hash_set(hashitem_T *hi, char_u *key)
325 hashitem_T temparray[HT_INIT_SIZE]; in hash_may_resize()
326 hashitem_T *oldarray, *newarray; in hash_may_resize()
[all …]
H A Ddict.c122 hashitem_T *hi; in hashtab_free_contents()
262 hashitem_T *hi; in dictitem_remove()
295 hashitem_T *hi; in dict_copy()
619 hashitem_T *hi; in dict_find()
754 hashitem_T *hi; in dict2string()
1080 hashitem_T *hi2; in dict_extend()
1143 dict_lookup(hashitem_T *hi) in dict_lookup()
1158 hashitem_T *hi; in dict_equal()
1199 hashitem_T *hi; in dict_list()
1308 hashitem_T *hi; in dict_set_items_ro()
H A Dtextprop.c58 static hashitem_T *
62 hashitem_T *hi; in find_prop_hi()
85 hashitem_T *hi = find_prop_hi(name, buf); in find_prop()
575 hashitem_T *hi; in find_type_by_id()
1239 hashitem_T *hi; in f_prop_type_delete()
1328 hashitem_T *hi; in list_types()
1378 hashitem_T *hi; in clear_ht_prop_types()
H A Dvim9script.c268 hashitem_T *hi; in free_all_script_vars()
826 hashitem_T *hi; in update_vim9_script_var()
921 hashitem_T *script_hi; in hide_script_var()
922 hashitem_T *all_hi; in hide_script_var()
H A Devalvars.c525 hashitem_T *hi; in restore_vimvar()
1121 hashitem_T *hi; in list_hashtable_vars()
1738 hashitem_T *hi; in do_unlet()
1891 hashitem_T *hi; in item_lock()
1984 hashitem_T *hi; in del_menutrans_vars()
2050 static hashitem_T *hi; in get_user_var_name()
2801 hashitem_T *hi; in find_var_in_ht()
2871 hashitem_T *hi; in lookup_scriptitem()
2932 hashitem_T *hi; in find_var_ht()
3082 hashitem_T *hi; in vars_clear_ext()
[all …]
H A Duserfunc.c1852 hashitem_T *hi; in find_func_with_sid()
1875 hashitem_T *hi; in find_func_even_dead()
2065 hashitem_T *hi; in cleanup_function_call()
2177 hashitem_T *hi; in func_remove()
2944 hashitem_T *hi; in delete_script_functions()
2995 hashitem_T *hi; in free_all_functions()
3822 hashitem_T *hi; in list_functions()
3881 hashitem_T *hi; in define_function()
4529 hashitem_T *hi; in ex_defcompile()
4649 static hashitem_T *hi; in get_user_func_name()
[all …]
H A Dspellfile.c2210 hashitem_T *hi; in spell_read_aff()
3262 hashitem_T *hi; in process_compflags()
3458 hashitem_T *hi; in spell_free_aff()
3507 hashitem_T *hi; in spell_read_dic()
3752 hashitem_T *hi; in get_pfxlist()
3793 hashitem_T *hi; in get_compflags()
3837 hashitem_T *hi; in store_aff_word()
4724 hashitem_T *hi; in node_compress()
5096 hashitem_T *hi; in write_vim_spell()
6655 hashitem_T *hi; in set_map_str()
H A Dif_py_both.h814 hashitem_T *hi; in VimToPython()
1713 hashitem_T *hi; in _DictionaryItem()
1808 hashitem_T *dii_hi;
1891 hashitem_T *hi; in DictionaryAssItem()
1940 typedef PyObject *(*hi_to_py)(hashitem_T *);
1949 hashitem_T *hi; in DictionaryListObjects()
1971 dict_key(hashitem_T *hi) in dict_key()
1983 dict_val(hashitem_T *hi) in dict_val()
1998 dict_item(hashitem_T *hi) in dict_item()
2082 hashitem_T *hi; in DictionaryUpdate()
[all …]
H A Dsign.c83 hashitem_T *hi; in sign_group_ref()
116 hashitem_T *hi; in sign_group_unref()
169 hashitem_T *hi; in sign_group_get_next_signid()
1971 hashitem_T *hi; in get_nth_sign_group_name()
H A Dstructs.h1282 } hashitem_T; typedef
1304 hashitem_T *ht_array; // points to the array, allocated when it's
1306 hashitem_T ht_smallarray[HT_INIT_SIZE]; // initial array
2480 hashitem_T *dit_hi;
H A Dspellsuggest.c277 hashitem_T *hi; in score_wordcount_adj()
3128 hashitem_T *hi; in suggest_try_soundalike_finish()
3179 hashitem_T *hi; in add_sound_suggest()
3439 hashitem_T *hi; in similar_chars()
3652 hashitem_T *hi; in add_banned()
H A Dif_lua.c1062 hashitem_T *hi = (hashitem_T *) lua_touserdata(L, lua_upvalueindex(2)); in luaV_dict_iter()
1159 hashitem_T *hi = hash_find(&d->dv_hashtab, di->di_key); in luaV_dict_newindex()
H A Dsyntax.c3248 hashitem_T *hi; in check_keyword_id()
4260 hashitem_T *hi; in syn_list_keywords()
4353 hashitem_T *hi; in syn_clear_keyword()
4403 hashitem_T *hi; in clear_keywtab()
4441 hashitem_T *hi; in add_keyword()
H A Dprofiler.c721 hashitem_T *hi; in func_dump_profile()
H A Djson.c304 hashitem_T *hi; in json_encode_item()
H A Dsession.c529 hashitem_T *hi; in store_session_globals()
H A Dlist.c2265 hashitem_T *hi; in filter_map()
2788 hashitem_T *hi; in f_count()
H A Dtesting.c171 hashitem_T *hi; in fill_assert_error()
H A Dspell.c1814 hashitem_T *hi; in count_common_word()
4117 hashitem_T *hi; in dump_word()
H A Dif_ruby.c1215 hashitem_T *hi; in vim_to_ruby()
H A Dscriptfile.c1303 hashitem_T *hi; in do_source()
/vim-8.2.3635/src/proto/
H A Dhashtab.pro5 hashitem_T *hash_find(hashtab_T *ht, char_u *key);
6 hashitem_T *hash_lookup(hashtab_T *ht, char_u *key, hash_T hash);
9 int hash_add_item(hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash);
10 void hash_remove(hashtab_T *ht, hashitem_T *hi);
H A Ddict.pro40 dictitem_T *dict_lookup(hashitem_T *hi);
H A Duserfunc.pro72 hashitem_T *find_hi_in_scoped_ht(char_u *name, hashtab_T **pht);
H A Devalvars.pro72 void delete_var(hashtab_T *ht, hashitem_T *hi);

12