Home
last modified time | relevance | path

Searched refs:buflist_new (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dbuffer.pro21 buf_T *buflist_new(char_u *ffname_arg, char_u *sfname_arg, linenr_T lnum, int flags);
/vim-8.2.3635/src/
H A Dbuffer.c1119 buf = buflist_new(NULL, NULL, 1L, BLN_CURBUF | BLN_LISTED); in handle_swap_exists()
1966 buflist_new( in buflist_new() function
3486 buf = buflist_new(ffname, sfname, lnum, 0); in setaltfname()
3523 buf = buflist_new(fname, NULL, (linenr_T)0, flags); in buflist_add()
5783 newbuf = buflist_new(NULL, NULL, (linenr_T)1, BLN_DUMMY); in buf_contents_changed()
H A Devalbuffer.c448 buf = buflist_new(name, NULL, (linenr_T)1, 0); in f_bufnr()
H A Dex_cmds.c1788 buf = buflist_new(fname, xfname, curwin->w_cursor.lnum, 0); in rename_buffer()
2681 newbuf = buflist_new(ffname, sfname, tlnum, in do_ecmd()
2687 buf = buflist_new(ffname, sfname, 0L, in do_ecmd()
H A Dmark.c521 (void)buflist_new(NameBuff, p, (linenr_T)1, 0); in fname2fnum()
H A Dif_lua.c2124 luaV_pushbuffer(L, buflist_new(s, NULL, 1L, BLN_LISTED)); in luaV_open()
H A Dviminfo.c363 buf = buflist_new(NameBuff, sfname, (linenr_T)0, BLN_LISTED); in read_viminfo_bufferlist()
H A Dquickfix.c2426 buf = buflist_new(bufname, NULL, (linenr_T)0, BLN_NOOPT); in qf_get_fnum()
6472 newbuf = buflist_new(NULL, NULL, (linenr_T)1, BLN_DUMMY); in load_dummy_buffer()
H A Dfileio.c4374 savebuf = buflist_new(NULL, NULL, (linenr_T)1, BLN_DUMMY); in buf_reload()
H A Dpopupwin.c1939 buf = buflist_new(NULL, NULL, (linenr_T)0, BLN_NEW|BLN_DUMMY|BLN_REUSE); in popup_create()
H A Dchannel.c1144 buf = buflist_new(name == NULL || *name == NUL ? NULL : name, in channel_find_buffer()
H A Dwindow.c3780 curbuf = buflist_new(NULL, NULL, 1L, BLN_LISTED); in win_alloc_firstwin()
H A Dterminal.c505 buf = buflist_new((char_u *)"", NULL, (linenr_T)0, in term_start()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3440 another one. Set last used name in buflist_new()? Fix do_ecmd(), etc.
H A Dversion8.txt18559 Problem: Possible use of NULL pointer if buflist_new() returns NULL.