Home
last modified time | relevance | path

Searched refs:hash_add_item (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dhashtab.c218 return hash_add_item(ht, hi, key, hash); in hash_add()
228 hash_add_item( in hash_add_item() function
H A Dspellfile.c3645 hash_add_item(&ht, hi, dw, hash); in spell_read_dic()
4775 hash_add_item(ht, hi, child->wn_u1.hashkey, hash); in node_compress()
6667 hash_add_item(&lp->sl_map_hash, hi, b, hash); in set_map_str()
H A Dspellsuggest.c3197 hash_add_item(&slang->sl_sounddone, hi, sft->sft_word, hash); in add_sound_suggest()
3660 hash_add_item(&su->su_banned, hi, s, hash); in add_banned()
H A Dsign.c97 hash_add_item(&sg_table, hi, group->sg_name, hash); in sign_group_ref()
H A Dcmdexpand.c2404 hash_add_item(&found_ht, hi, name, hash); in expand_shellcmd()
H A Dtag.c2661 if (hash_add_item(&ht_match[mtt], hi, mfp, hash) in find_tags()
H A Dspell.c1838 hash_add_item(&lp->sl_wordcount, hi, wc->wc_word, hash); in count_common_word()
H A Dsyntax.c4475 hash_add_item(ht, hi, kp->keyword, hash); in add_keyword()
/vim-8.2.3635/src/proto/
H A Dhashtab.pro9 int hash_add_item(hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash);