Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dlist.pro6 list_T *list_alloc_with_items(int count);
/vim-8.2.3635/src/
H A Dvim9execute.c129 list_T *list = list_alloc_with_items(count); in exe_newlist()
4455 list_alloc_with_items(l->lv_len - count + 1); in exec_instructions()
H A Dlist.c117 list_alloc_with_items(int count) in list_alloc_with_items() function