Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds2.c278 int bufnum = 0; in check_changed_any() local
296 bufnrs[bufnum++] = curbuf->b_fnum; in check_changed_any()
301 add_bufnum(bufnrs, &bufnum, wp->w_buffer->b_fnum); in check_changed_any()
307 add_bufnum(bufnrs, &bufnum, wp->w_buffer->b_fnum); in check_changed_any()
311 add_bufnum(bufnrs, &bufnum, buf->b_fnum); in check_changed_any()
313 for (i = 0; i < bufnum; ++i) in check_changed_any()
340 if (i >= bufnum) in check_changed_any()
H A Dquickfix.c2063 int bufnum, // buffer number or zero in qf_add_entry() argument
2080 if (bufnum != 0) in qf_add_entry()
2082 buf_T *buf = buflist_findnr(bufnum); in qf_add_entry()
2084 qfp->qf_fnum = bufnum; in qf_add_entry()
6621 int bufnum; in get_qfline_items() local
6626 bufnum = qfp->qf_fnum; in get_qfline_items()
6627 if (bufnum != 0 && (buflist_findnr(bufnum) == NULL)) in get_qfline_items()
6628 bufnum = 0; in get_qfline_items()
7184 if (bufnum != 0 && (buflist_findnr(bufnum) == NULL)) in qf_add_entry_from_dict()
7192 bufnum = 0; in qf_add_entry_from_dict()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_terminal.vim1699 func Tapi_TryThis(bufnum, arg) argument
1700 let g:called_bufnum = a:bufnum
1743 func! ApiCall_TryThis(bufnum, arg) argument
1744 let g:called_bufnum2 = a:bufnum
1771 func! TryThis(bufnum, arg) argument
1772 let g:called_bufnum3 = a:bufnum
1807 func Tapi_Delete(bufnum, arg) argument
1809 execute 'bdelete!' a:bufnum
/vim-8.2.3635/runtime/
H A Dmenu.vim702 let bufnum = expand("<abuf>")
703 if s:bmenu_items->has_key(bufnum)
704 let menu_name = s:bmenu_items[bufnum]
707 unlet s:bmenu_items[bufnum]
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim4236 let bufnum = -1
4244 " call Decho(" NetrwTreeListing: bufnum#".bufnum,'~'.expand("<slnum>"))
4247 let bufnum= -1
4251 " call Decho(" NetrwTreeListing".": bufnum#".bufnum,'~'.expand("<slnum>"))
4254 let bufnum= -1
4260 if !bufexists(bufnum)
4262 let bufnum= -1
4267 let bufnum= -1
4269 " call Decho(" bufnum#".bufnum,'~'.expand("<slnum>"))
4294 … call Decho("--get enew buffer and name it (bufnum#".bufnum."<0 OR bufexists(".bufnum.")=".bufexi…
[all …]
/vim-8.2.3635/runtime/doc/
H A Dterminal.txt979 function Tapi_Impression(bufnum, arglist)
H A Deval.txt5724 The first "bufnum" item is always zero. The byte position of
5984 [bufnum, lnum, col, off]
6056 [bufnum, lnum, col, off]
6057 "bufnum" is zero, unless a mark like '0 or 'A is used, then it
9998 [bufnum, lnum, col, off]
9999 [bufnum, lnum, col, off, curswant]
10001 "bufnum" is the buffer number. Zero can be used for the
10002 current buffer. When setting an uppercase mark "bufnum" is
10006 For setting the cursor and the ' mark "bufnum" is ignored,
H A Dversion7.txt4260 Solution: Support the "bufnum" item for setqflist(). (Yegappan Lakshmanan)