Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhashtab.c120 return hash_lookup(ht, key, hash_hash(key)); in hash_find()
127 hash_lookup(hashtab_T *ht, char_u *key, hash_T hash) in hash_lookup() function
212 hi = hash_lookup(ht, key, hash); in hash_add()
H A Dspellfile.c3633 hi = hash_lookup(&ht, dw, hash); in spell_read_dic()
4745 hi = hash_lookup(ht, child->wn_u1.hashkey, hash); in node_compress()
6665 hi = hash_lookup(&lp->sl_map_hash, b, hash); in set_map_str()
H A Dspellsuggest.c3189 hi = hash_lookup(&slang->sl_sounddone, goodword, hash); in add_sound_suggest()
3655 hi = hash_lookup(&su->su_banned, word, hash); in add_banned()
H A Dsign.c87 hi = hash_lookup(&sg_table, groupname, hash); in sign_group_ref()
H A Dcmdexpand.c2398 hi = hash_lookup(&found_ht, name + l, hash); in expand_shellcmd()
H A Dtag.c2658 hi = hash_lookup(&ht_match[mtt], mfp, hash); in find_tags()
H A Dspell.c1830 hi = hash_lookup(&lp->sl_wordcount, p, hash); in count_common_word()
H A Dsyntax.c4470 hi = hash_lookup(ht, kp->keyword, hash); in add_keyword()
/vim-8.2.3635/src/proto/
H A Dhashtab.pro6 hashitem_T *hash_lookup(hashtab_T *ht, char_u *key, hash_T hash);