Searched refs:open_buffer (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | buffer.pro | 4 int open_buffer(int read_stdin, exarg_T *eap, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | main.c | 2738 (void)open_buffer(TRUE, NULL, 0); in read_stdin() 2852 (void)open_buffer(FALSE, NULL, 0); in create_windows()
|
| H A D | buffer.c | 156 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 D | ex_cmds.c | 3037 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 D | memline.c | 3354 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()
|