Searched refs:hash_add_item (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | hashtab.c | 218 return hash_add_item(ht, hi, key, hash); in hash_add() 228 hash_add_item( in hash_add_item() function
|
| H A D | spellfile.c | 3645 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 D | spellsuggest.c | 3197 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 D | sign.c | 97 hash_add_item(&sg_table, hi, group->sg_name, hash); in sign_group_ref()
|
| H A D | cmdexpand.c | 2404 hash_add_item(&found_ht, hi, name, hash); in expand_shellcmd()
|
| H A D | tag.c | 2661 if (hash_add_item(&ht_match[mtt], hi, mfp, hash) in find_tags()
|
| H A D | spell.c | 1838 hash_add_item(&lp->sl_wordcount, hi, wc->wc_word, hash); in count_common_word()
|
| H A D | syntax.c | 4475 hash_add_item(ht, hi, kp->keyword, hash); in add_keyword()
|
| /vim-8.2.3635/src/proto/ |
| H A D | hashtab.pro | 9 int hash_add_item(hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash);
|