Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dquickfix.pro2 int qf_init(win_T *wp, char_u *efile, char_u *errorformat, int newlist, char_u *qf_title, char_u *e…
/vim-8.2.3635/src/
H A Dquickfix.c1696 if (newlist || qf_idx == qi->qf_listcount) in qf_init_ext()
1800 int newlist, // TRUE: start a new error list in qf_init() argument
7307 int *newlist) in qf_setprop_get_qfidx() argument
7326 *newlist = TRUE; in qf_setprop_get_qfidx()
7332 *newlist = FALSE; // use the specified list in qf_setprop_get_qfidx()
7340 else if (*newlist) in qf_setprop_get_qfidx()
7525 int newlist = FALSE; in qf_set_properties() local
7529 newlist = TRUE; in qf_set_properties()
7535 if (newlist) in qf_set_properties()
7556 if (newlist || retval == OK) in qf_set_properties()
[all …]
H A Dundo.c2678 u_entry_T *newlist = NULL; in u_undoredo() local
2857 uep->ue_next = newlist; in u_undoredo()
2858 newlist = uep; in u_undoredo()
2865 curhead->uh_entry = newlist; in u_undoredo()
H A Dvim9execute.c4061 list_T *newlist = list_slice(list, in exec_instructions() local
4064 if (newlist != NULL) in exec_instructions()
4067 tv->vval.v_list = newlist; in exec_instructions()
4068 ++newlist->lv_refcount; in exec_instructions()
/vim-8.2.3635/src/testdir/
H A Dtest_listdict.vim1196 let newlist = []
1197 call add(l, newlist)
1198 let l = newlist
/vim-8.2.3635/runtime/doc/
H A Dif_lua.txt514 :lua a = vim.list():add('newlist')
516 :echo a[0] " 'newlist'
H A Deval.txt4769 :let newlist = [1, 2, 3] + [4, 5]
11819 :let newlist = uniq(copy(mylist))