Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Deval.c4635 hashtab_T *cur_ht; in set_ref_in_ht() local
4639 cur_ht = ht; in set_ref_in_ht()
4647 todo = (int)cur_ht->ht_used; in set_ref_in_ht()
4648 for (hi = cur_ht->ht_array; todo > 0; ++hi) in set_ref_in_ht()
4661 cur_ht = ht_stack->ht; in set_ref_in_ht()