Searched refs:hash_lookup (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | hashtab.c | 120 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 D | spellfile.c | 3633 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 D | spellsuggest.c | 3189 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 D | sign.c | 87 hi = hash_lookup(&sg_table, groupname, hash); in sign_group_ref()
|
| H A D | cmdexpand.c | 2398 hi = hash_lookup(&found_ht, name + l, hash); in expand_shellcmd()
|
| H A D | tag.c | 2658 hi = hash_lookup(&ht_match[mtt], mfp, hash); in find_tags()
|
| H A D | spell.c | 1830 hi = hash_lookup(&lp->sl_wordcount, p, hash); in count_common_word()
|
| H A D | syntax.c | 4470 hi = hash_lookup(ht, kp->keyword, hash); in add_keyword()
|
| /vim-8.2.3635/src/proto/ |
| H A D | hashtab.pro | 6 hashitem_T *hash_lookup(hashtab_T *ht, char_u *key, hash_T hash);
|