Home
last modified time | relevance | path

Searched refs:BUFEMPTY (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h55 #define BUFEMPTY() (curbuf->b_ml.ml_line_count == 1 && *ml_get((linenr_T)1) == NUL) macro
H A Dversion.c8512 if (BUFEMPTY() in maybe_intro_message()
H A Darglist.c1081 if (keep_tabs && BUFEMPTY() && curbuf->b_nwindows == 1 in do_arg_all()
H A Dpopupmenu.c843 while (!BUFEMPTY()) in pum_set_selected()
H A Dbuffer.c126 if (!readonlymode && !BUFEMPTY()) in read_buffer()
1945 && (curbuf->b_ml.ml_mfp == NULL || BUFEMPTY()) in curbuf_reusable()
2431 && !BUFEMPTY()) in buflist_getfile()
H A Dif_perl.xs1407 if (BUFEMPTY()) in ex_perldo()
H A Dfileio.c4369 if (BUFEMPTY() || saved == FAIL) in buf_reload()
4410 while (!BUFEMPTY()) in buf_reload()
H A Dmove.c222 if (BUFEMPTY()) // special case - file is empty in update_topline()
H A Dregister.c1738 if ((BUFEMPTY() ? u_save(0, 2) : u_save(lnum - 1, lnum)) == FAIL) in do_put()
H A Ddiff.c2798 buf_empty = BUFEMPTY(); in ex_diffgetput()
H A Dundo.c2867 if ((old_flags & UH_EMPTYBUF) && BUFEMPTY()) in u_undoredo()
H A Dedit.c3980 if ( BUFEMPTY() in ins_bs()
H A Dspell.c3843 if (!BUFEMPTY()) in ex_spelldump()
H A Doption.c1095 if (BUFEMPTY()) in set_init_3()