Home
last modified time | relevance | path

Searched refs:di1 (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Ddict.c1079 dictitem_T *di1; in dict_extend() local
1096 di1 = dict_find(d1, hi2->hi_key, -1); in dict_extend()
1103 && var_wrong_func_name(hi2->hi_key, di1 == NULL)) in dict_extend()
1114 if (di1 == NULL) in dict_extend()
1116 di1 = dictitem_copy(HI2DI(hi2)); in dict_extend()
1117 if (di1 != NULL && dict_add(d1, di1) == FAIL) in dict_extend()
1118 dictitem_free(di1); in dict_extend()
1125 else if (*action == 'f' && HI2DI(hi2) != di1) in dict_extend()
1128 || var_check_ro(di1->di_flags, arg_errmsg, TRUE)) in dict_extend()
1132 clear_tv(&di1->di_tv); in dict_extend()
[all …]