Searched refs:buflist_new (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | buffer.pro | 21 buf_T *buflist_new(char_u *ffname_arg, char_u *sfname_arg, linenr_T lnum, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 1119 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 D | evalbuffer.c | 448 buf = buflist_new(name, NULL, (linenr_T)1, 0); in f_bufnr()
|
| H A D | ex_cmds.c | 1788 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 D | mark.c | 521 (void)buflist_new(NameBuff, p, (linenr_T)1, 0); in fname2fnum()
|
| H A D | if_lua.c | 2124 luaV_pushbuffer(L, buflist_new(s, NULL, 1L, BLN_LISTED)); in luaV_open()
|
| H A D | viminfo.c | 363 buf = buflist_new(NameBuff, sfname, (linenr_T)0, BLN_LISTED); in read_viminfo_bufferlist()
|
| H A D | quickfix.c | 2426 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 D | fileio.c | 4374 savebuf = buflist_new(NULL, NULL, (linenr_T)1, BLN_DUMMY); in buf_reload()
|
| H A D | popupwin.c | 1939 buf = buflist_new(NULL, NULL, (linenr_T)0, BLN_NEW|BLN_DUMMY|BLN_REUSE); in popup_create()
|
| H A D | channel.c | 1144 buf = buflist_new(name == NULL || *name == NUL ? NULL : name, in channel_find_buffer()
|
| H A D | window.c | 3780 curbuf = buflist_new(NULL, NULL, 1L, BLN_LISTED); in win_alloc_firstwin()
|
| H A D | terminal.c | 505 buf = buflist_new((char_u *)"", NULL, (linenr_T)0, in term_start()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 3440 another one. Set last used name in buflist_new()? Fix do_ecmd(), etc.
|
| H A D | version8.txt | 18559 Problem: Possible use of NULL pointer if buflist_new() returns NULL.
|