Searched refs:newlist (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | quickfix.pro | 2 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 D | quickfix.c | 1696 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 D | undo.c | 2678 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 D | vim9execute.c | 4061 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 D | test_listdict.vim | 1196 let newlist = [] 1197 call add(l, newlist) 1198 let l = newlist
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_lua.txt | 514 :lua a = vim.list():add('newlist') 516 :echo a[0] " 'newlist'
|
| H A D | eval.txt | 4769 :let newlist = [1, 2, 3] + [4, 5] 11819 :let newlist = uniq(copy(mylist))
|