Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dlist.pro7 void list_set_item(list_T *l, int idx, typval_T *tv);
/vim-8.2.3635/src/
H A Dvim9execute.c136 list_set_item(list, idx, STACK_TV_BOT(idx - count)); in exe_newlist()
4468 list_set_item(rem_list, i, &li->li_tv); in exec_instructions()
H A Dlist.c158 list_set_item(list_T *l, int idx, typval_T *tv) in list_set_item() function