Searched refs:hash_remove (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | hashtab.pro | 10 void hash_remove(hashtab_T *ht, hashitem_T *hi);
|
| /vim-8.2.3635/src/ |
| H A D | hashtab.c | 272 hash_remove(hashtab_T *ht, hashitem_T *hi) in hash_remove() function
|
| H A D | dict.c | 135 hash_remove(ht, hi); in hashtab_free_contents() 268 hash_remove(&dict->dv_hashtab, hi); in dictitem_remove()
|
| H A D | vim9script.c | 956 hash_remove(all_ht, all_hi); in hide_script_var()
|
| H A D | textprop.c | 1269 hash_remove(ht, hi); in f_prop_type_delete()
|
| H A D | if_py_both.h | 1775 hash_remove(&dict->dv_hashtab, hi); in _DictionaryItem() 1900 hash_remove(&dict->dv_hashtab, hi); in DictionaryAssItem() 2201 hash_remove(&self->dict->dv_hashtab, hi); in DictionaryPopItem()
|
| H A D | evalvars.c | 534 hash_remove(&vimvarht, hi); in restore_vimvar() 3116 hash_remove(ht, hi); in delete_var()
|
| H A D | sign.c | 127 hash_remove(&sg_table, hi); in sign_group_unref()
|
| H A D | if_lua.c | 1160 hash_remove(&d->dv_hashtab, hi); in luaV_dict_newindex()
|
| H A D | buffer.c | 441 hash_remove(&buf_hashtab, hi); in buf_hashtab_remove()
|
| H A D | userfunc.c | 2194 hash_remove(&func_hashtab, hi); in func_remove()
|
| H A D | syntax.c | 4375 hash_remove(ht, hi); in syn_clear_keyword()
|