Home
last modified time | relevance | path

Searched refs:READ_NEW (Results 1 – 10 of 10) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dfileio.h9 #define READ_NEW 0x01 // read a file into a new buffer macro
H A Dbuffer.c239 flags | READ_NEW | (read_fifo ? READ_FIFO : 0)); in open_buffer()
264 flags | (READ_NEW + READ_STDIN)); in open_buffer()
5556 &ea, READ_NEW | READ_DUMMY) == OK) { in buf_contents_changed()
H A Dfileio.c179 int newfile = (flags & READ_NEW); in readfile()
5127 int flags = READ_NEW; in buf_reload()
H A Dmemline.c1016 (linenr_T)0, (linenr_T)MAXLNUM, NULL, READ_NEW); in ml_recover()
H A Dquickfix.c5603 READ_NEW | READ_DUMMY); in load_dummy_buffer()
/dports/editors/vim/vim-8.2.3745/src/
H A Dbuffer.c253 flags | READ_NEW | (read_fifo ? READ_FIFO : 0)); in open_buffer()
281 flags | (READ_NEW + READ_STDIN)); in open_buffer()
5796 &ea, READ_NEW | READ_DUMMY) == OK) in buf_contents_changed()
H A Dvim.h989 #define READ_NEW 0x01 // read a file into a new buffer macro
H A Dfileio.c129 int newfile = (flags & READ_NEW); in readfile()
4340 int flags = READ_NEW; in buf_reload()
H A Dmemline.c1449 (linenr_T)0, (linenr_T)MAXLNUM, NULL, READ_NEW); in ml_recover()
H A Dquickfix.c6501 NULL, READ_NEW | READ_DUMMY); in load_dummy_buffer()