Searched refs:hash_add (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | hashtab.pro | 8 int hash_add(hashtab_T *ht, char_u *key);
|
| /vim-8.2.3635/src/ |
| H A D | userfunc.c | 534 hash_add(&func_hashtab, UF2HIKEY(fp)); in register_cfunc() 1206 if (hash_add(&func_hashtab, UF2HIKEY(ufunc)) == FAIL) in lambda_function_body() 1503 hash_add(&func_hashtab, UF2HIKEY(fp)); in get_lambda_tv() 1985 hash_add(&dp->dv_hashtab, DI2HIKEY(v)); in add_nr_var() 2352 hash_add(&func_hashtab, UF2HIKEY(fp)); in copy_func() 2529 hash_add(&fc->l_vars.dv_hashtab, DI2HIKEY(v)); in call_user_func() 2555 hash_add(&fc->l_avars.dv_hashtab, DI2HIKEY(v)); in call_user_func() 2649 hash_add(&fc->l_vars.dv_hashtab, DI2HIKEY(v)); in call_user_func() 2652 hash_add(&fc->l_avars.dv_hashtab, DI2HIKEY(v)); in call_user_func() 4404 else if (hash_add(&func_hashtab, UF2HIKEY(fp)) == FAIL) in define_function()
|
| H A D | hashtab.c | 207 hash_add(hashtab_T *ht, char_u *key) in hash_add() function
|
| H A D | evalvars.c | 218 hash_add(&vimvarht, p->vv_di.di_key); in evalvars_init() 221 hash_add(&compat_hashtab, p->vv_di.di_key); in evalvars_init() 514 hash_add(&vimvarht, vimvars[idx].vv_di.di_key); in prepare_vimvar() 3442 if (hash_add(ht, DI2HIKEY(di)) == FAIL) in set_var_const()
|
| H A D | vim9script.c | 888 hash_add(&si->sn_all_vars.dv_hashtab, newsav->sav_key); in update_vim9_script_var()
|
| H A D | dict.c | 372 return hash_add(&d->dv_hashtab, item->di_key); in dict_add()
|
| H A D | spellfile.c | 2645 hash_add(tp, cur_aff->ah_key); in spell_read_aff() 2996 hash_add(&spin->si_commonwords, p); in spell_read_aff() 3314 hash_add(&aff->af_comp, ci->ci_key); in process_compflags()
|
| H A D | textprop.c | 1149 hash_add(*htp, PT2HIKEY(prop)); in prop_type_set()
|
| H A D | buffer.c | 431 if (hash_add(&buf_hashtab, buf->b_key) == FAIL) in buf_hashtab_add()
|
| H A D | terminal.c | 990 hash_add(terminal_bufs, (char_u *)hash_key); in term_write_session()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 6355 Problem: Leaking memory when hash_add() fails. Coverity error 99126. 6356 Solution: When hash_add() fails free the memory.
|