Home
last modified time | relevance | path

Searched refs:open_buffer (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dbuffer.pro4 int open_buffer(int read_stdin, exarg_T *eap, int flags);
/vim-8.2.3635/src/
H A Dmain.c2738 (void)open_buffer(TRUE, NULL, 0); in read_stdin()
2852 (void)open_buffer(FALSE, NULL, 0); in create_windows()
H A Dbuffer.c156 open_buffer(FALSE, NULL, 0); in buffer_ensure_loaded()
167 open_buffer( in open_buffer() function
1835 open_buffer(FALSE, NULL, 0); in enter_buffer()
H A Dex_cmds.c3037 if (should_abort(open_buffer(FALSE, eap, readfile_flags))) in do_ecmd()
3040 (void)open_buffer(FALSE, eap, readfile_flags); in do_ecmd()
H A Dmemline.c3354 if (curbuf->b_ml.ml_mfp == NULL && open_buffer(FALSE, NULL, 0) == FAIL) in ml_append_flags()
3423 if (curbuf->b_ml.ml_mfp == NULL && open_buffer(FALSE, NULL, 0) == FAIL) in ml_replace_len()