Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c4454 list_T *rem_list = in exec_instructions() local
4457 if (rem_list == NULL) in exec_instructions()
4460 tv->vval.v_list = rem_list; in exec_instructions()
4461 ++rem_list->lv_refcount; in exec_instructions()
4468 list_set_item(rem_list, i, &li->li_tv); in exec_instructions()