Lines Matching refs:hi_key
101 vim_free(hi->hi_key - off); in hash_clear_all()
147 if (hi->hi_key == NULL) in hash_lookup()
149 if (hi->hi_key == HI_KEY_REMOVED) in hash_lookup()
151 else if (hi->hi_hash == hash && STRCMP(hi->hi_key, key) == 0) in hash_lookup()
172 if (hi->hi_key == NULL) in hash_lookup()
175 && hi->hi_key != HI_KEY_REMOVED in hash_lookup()
176 && STRCMP(hi->hi_key, key) == 0) in hash_lookup()
178 if (hi->hi_key == HI_KEY_REMOVED && freeitem == NULL) in hash_lookup()
240 if (hi->hi_key == NULL) in hash_add_item()
242 hi->hi_key = key; in hash_add_item()
262 hi->hi_key = key;
276 hi->hi_key = HI_KEY_REMOVED; in hash_remove()
436 if (newitem->hi_key != NULL) in hash_may_resize()
441 if (newitem->hi_key == NULL) in hash_may_resize()