Home
last modified time | relevance | path

Searched refs:hash_hash (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()
209 hash_T hash = hash_hash(key); in hash_add()
467 hash_hash(char_u *key) in hash_hash() function
H A Dspellfile.c3632 hash = hash_hash(dw); in spell_read_dic()
4744 hash = hash_hash(child->wn_u1.hashkey); in node_compress()
6664 hash = hash_hash(b); in set_map_str()
H A Dspellsuggest.c3188 hash = hash_hash(goodword); in add_sound_suggest()
3654 hash = hash_hash(word); in add_banned()
H A Dsign.c86 hash = hash_hash(groupname); in sign_group_ref()
H A Dcmdexpand.c2397 hash = hash_hash(name + l); in expand_shellcmd()
H A Dtag.c2657 hash = hash_hash(mfp); in find_tags()
H A Dspell.c1829 hash = hash_hash(p); in count_common_word()
H A Dsyntax.c4469 hash = hash_hash(kp->keyword); in add_keyword()
/vim-8.2.3635/src/proto/
H A Dhashtab.pro14 hash_T hash_hash(char_u *key);