Lines Matching refs:hash
3506 hash_T hash; in spell_read_dic() local
3632 hash = hash_hash(dw); in spell_read_dic()
3633 hi = hash_lookup(&ht, dw, hash); in spell_read_dic()
3645 hash_add_item(&ht, hi, dw, hash); in spell_read_dic()
4723 hash_T hash; in node_compress() local
4744 hash = hash_hash(child->wn_u1.hashkey); in node_compress()
4745 hi = hash_lookup(ht, child->wn_u1.hashkey, hash); in node_compress()
4775 hash_add_item(ht, hi, child->wn_u1.hashkey, hash); in node_compress()
6654 hash_T hash; in set_map_str() local
6664 hash = hash_hash(b); in set_map_str()
6665 hi = hash_lookup(&lp->sl_map_hash, b, hash); in set_map_str()
6667 hash_add_item(&lp->sl_map_hash, hi, b, hash); in set_map_str()