Home
last modified time | relevance | path

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

123

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhashtab.c70 for (hashitem_T *hi = ht->ht_array; todo > 0; ++hi) { in hash_clear_all()
133 hashitem_T *hi = &ht->ht_array[idx]; in hash_lookup()
139 hashitem_T *freeitem = NULL; in hash_lookup()
242 void hash_remove(hashtab_T *ht, hashitem_T *hi) in hash_remove()
341 hashitem_T temparray[HT_INIT_SIZE]; in hash_may_resize()
342 hashitem_T *oldarray = keep_smallarray in hash_may_resize()
345 hashitem_T *newarray = newarray_is_small in hash_may_resize()
347 : xmalloc(sizeof(hashitem_T) * newsize); in hash_may_resize()
349 memset(newarray, 0, sizeof(hashitem_T) * newsize); in hash_may_resize()
357 for (hashitem_T *olditem = oldarray; todo > 0; ++olditem) { in hash_may_resize()
[all …]
H A Dhashtab.h49 } hashitem_T; typedef
69 hashitem_T *ht_array; /// points to the array, allocated when it's
71 hashitem_T ht_smallarray[HT_INIT_SIZE]; /// initial array
83 for (hashitem_T *hi = hi##ht_->ht_array; hi##todo_; hi++) { \
H A Dsign.c76 hashitem_T *hi; in sign_group_ref()
102 hashitem_T *hi; in sign_group_unref()
134 hashitem_T *hi; in sign_group_get_next_signid()
1677 for (hashitem_T *hi = sg_table.ht_array; todo > 0; hi++) { in get_nth_sign_group_name()
H A Dspellfile.c2029 hashitem_T *hi; in spell_read_aff()
2908 hashitem_T *hi; in process_compflags()
3071 hashitem_T *hi; in spell_free_aff()
3116 hashitem_T *hi; in spell_read_dic()
3356 hashitem_T *hi; in get_pfxlist()
3390 hashitem_T *hi; in get_compflags()
3430 hashitem_T *hi; in store_aff_word()
4231 hashitem_T *hi; in node_compress()
4565 hashitem_T *hi; in write_vim_spell()
5865 hashitem_T *hi; in set_map_str()
H A Deval.c956 hashitem_T *hi; in restore_vimvar()
1602 hashitem_T *hi; in list_hashtable_vars()
3167 static hashitem_T *hi; in get_user_var_name()
6389 hashitem_T *hi; in filter_map()
9083 hashitem_T *hi; in find_var_in_ht()
9141 hashitem_T *hi; in find_var_ht_dict()
9313 hashitem_T *hi; in vars_clear_ext()
10028 hashitem_T *hi; in func_dump_profile()
10331 const hashitem_T *hi; in var_shada_iter()
10332 const hashitem_T *hifirst = globvarht.ht_array; in var_shada_iter()
[all …]
H A Dspell.c1878 hashitem_T *hi; in count_common_word()
1913 hashitem_T *hi; in score_wordcount_adj()
5345 hashitem_T *hi; in suggest_try_soundalike_finish()
5389 hashitem_T *hi; in add_sound_suggest()
5652 hashitem_T *hi; in similar_chars()
5838 hashitem_T *hi; in add_banned()
7139 hashitem_T *hi; in dump_word()
/dports/editors/vim/vim-8.2.3745/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()
1078 hashitem_T *hi2; in dict_extend()
1141 dict_lookup(hashitem_T *hi) in dict_lookup()
1156 hashitem_T *hi; in dict_equal()
1197 hashitem_T *hi; in dict_list()
1306 hashitem_T *hi; in dict_set_items_ro()
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 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()
1446 hashitem_T *hi; in f_prop_type_delete()
1535 hashitem_T *hi; in list_types()
1585 hashitem_T *hi; in clear_ht_prop_types()
H A Devalvars.c525 hashitem_T *hi; in restore_vimvar()
1121 hashitem_T *hi; in list_hashtable_vars()
1792 hashitem_T *hi; in do_unlet()
1950 hashitem_T *hi; in item_lock()
2043 hashitem_T *hi; in del_menutrans_vars()
2109 static hashitem_T *hi; in get_user_var_name()
2860 hashitem_T *hi; in find_var_in_ht()
2930 hashitem_T *hi; in lookup_scriptitem()
2991 hashitem_T *hi; in find_var_ht()
3141 hashitem_T *hi; in vars_clear_ext()
[all …]
H A Duserfunc.c1853 hashitem_T *hi; in find_func_with_sid()
1876 hashitem_T *hi; in find_func_even_dead()
2066 hashitem_T *hi; in cleanup_function_call()
2178 hashitem_T *hi; in func_remove()
2944 hashitem_T *hi; in delete_script_functions()
2995 hashitem_T *hi; in free_all_functions()
3875 hashitem_T *hi; in list_functions()
3934 hashitem_T *hi; in define_function()
4574 hashitem_T *hi; in ex_defcompile()
4694 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 Dstructs.h1283 } hashitem_T; typedef
1305 hashitem_T *ht_array; // points to the array, allocated when it's
1307 hashitem_T ht_smallarray[HT_INIT_SIZE]; // initial array
2482 hashitem_T *dit_hi;
H A Dsign.c84 hashitem_T *hi; in sign_group_ref()
117 hashitem_T *hi; in sign_group_unref()
170 hashitem_T *hi; in sign_group_get_next_signid()
2029 hashitem_T *hi; in get_nth_sign_group_name()
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 Dprofiler.c721 hashitem_T *hi; in func_dump_profile()
/dports/editors/vim/vim-8.2.3745/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.pro74 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);
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval_encode.h44 hashitem_T *hi; ///< Currently converted dictionary item.
H A Duserfunc.c551 hashitem_T *hi; in find_func()
732 hashitem_T *hi = hash_find(&func_hashtab, UF2HIKEY(fp)); in func_remove()
1267 hashitem_T *hi; in free_all_functions()
1935 hashitem_T *hi; in ex_function()
2661 static hashitem_T *hi; in get_user_func_name()
3438 hashitem_T *find_hi_in_scoped_ht(const char *name, hashtab_T **pht) in find_hi_in_scoped_ht()
3445 hashitem_T *hi = NULL; in find_hi_in_scoped_ht()
3559 hashitem_T *hi = NULL; in set_ref_in_functions()

123