Searched refs:hi2 (Results 1 – 1 of 1) sorted by relevance
1080 hashitem_T *hi2; in dict_extend() local1091 for (hi2 = d2->dv_hashtab.ht_array; todo > 0; ++hi2) in dict_extend()1093 if (!HASHITEM_EMPTY(hi2)) in dict_extend()1096 di1 = dict_find(d1, hi2->hi_key, -1); in dict_extend()1102 && HI2DI(hi2)->di_tv.v_type == VAR_FUNC in dict_extend()1103 && var_wrong_func_name(hi2->hi_key, di1 == NULL)) in dict_extend()1105 if (!valid_varname(hi2->hi_key, TRUE)) in dict_extend()1116 di1 = dictitem_copy(HI2DI(hi2)); in dict_extend()1125 else if (*action == 'f' && HI2DI(hi2) != di1) in dict_extend()1130 if (dict_wrong_func_name(d1, &HI2DI(hi2)->di_tv, hi2->hi_key)) in dict_extend()[all …]