Searched refs:dict_wrong_func_name (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dict.c | 353 dict_wrong_func_name(dict_T *d, typval_T *tv, char_u *name) in dict_wrong_func_name() function 370 if (dict_wrong_func_name(d, &item->di_tv, item->di_key)) in dict_add() 1130 if (dict_wrong_func_name(d1, &HI2DI(hi2)->di_tv, hi2->hi_key)) in dict_extend()
|
| H A D | eval.c | 1407 if (dict_wrong_func_name(lp->ll_tv->vval.v_dict, rettv, in set_var_lval()
|
| /vim-8.2.3635/src/proto/ |
| H A D | dict.pro | 16 int dict_wrong_func_name(dict_T *d, typval_T *tv, char_u *name);
|