Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Deval.c4711 list_T *cur_l; in set_ref_in_list_items() local
4715 cur_l = l; in set_ref_in_list_items()
4718 if (!abort && cur_l->lv_first != &range_list_item) in set_ref_in_list_items()
4722 for (li = cur_l->lv_first; !abort && li != NULL; li = li->li_next) in set_ref_in_list_items()
4729 cur_l = list_stack->list; in set_ref_in_list_items()