Searched refs:akey (Results 1 – 1 of 1) sorted by relevance
617 char_u *akey; in dict_find() local624 akey = key; in dict_find()627 tofree = akey = vim_strnsave(key, len); in dict_find()628 if (akey == NULL) in dict_find()635 akey = buf; in dict_find()638 hi = hash_find(&d->dv_hashtab, akey); in dict_find()