Searched refs:bufempty (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmacros.h51 * bufempty() - return TRUE if the current buffer is empty
53 #define bufempty() (curbuf->b_ml.ml_line_count == 1 && *ml_get((linenr_T)1) == NUL) macro
H A Dpopupmnu.c573 while (!bufempty())
H A Dbuffer.c188 if (!readonlymode && !bufempty())
1576 && (curbuf->b_ml.ml_mfp == NULL || bufempty()))
1914 if (wp == NULL && (swb_flags & (SWB_SPLIT | SWB_NEWTAB)) && !bufempty())
4516 if (keep_tabs && bufempty() && curbuf->b_nwindows == 1
H A Dif_perl.xs825 if (bufempty())
H A Dmove.c181 if (bufempty()) /* special case - file is empty */
H A Dundo.c2558 if ((old_flags & UH_EMPTYBUF) && bufempty())
H A Dfileio.c7179 if (bufempty() || saved == FAIL)
7221 while (!bufempty())
H A Dedit.c8424 if ( bufempty()
H A Dscreen.c567 if (!did_intro && bufempty()
H A Dspell.c15527 if (!bufempty() || !buf_valid(curbuf))

Completed in 387 milliseconds