Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhashtab.c326 hashitem_T *oldarray, *newarray; in hash_may_resize() local
395 oldarray = temparray; in hash_may_resize()
398 oldarray = ht->ht_array; in hash_may_resize()
415 oldarray = ht->ht_array; in hash_may_resize()
425 for (olditem = oldarray; todo > 0; ++olditem) in hash_may_resize()
H A Doptionstr.c2246 int *oldarray = curbuf->b_p_vsts_array; in did_set_string_option() local
2249 if (oldarray) in did_set_string_option()
2250 vim_free(oldarray); in did_set_string_option()
2284 int *oldarray = curbuf->b_p_vts_array; in did_set_string_option() local
2288 vim_free(oldarray); in did_set_string_option()