Home
last modified time | relevance | path

Searched refs:b_may_swap (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile.c779 if (buf != NULL && buf->b_may_swap) in mf_release()
847 if (mfp->mf_fd < 0 && buf->b_may_swap) in mf_release_all()
H A Dmemline.c302 buf->b_may_swap = TRUE; in ml_open()
304 buf->b_may_swap = FALSE; in ml_open()
776 buf->b_may_swap = FALSE; in ml_open_file()
832 buf->b_may_swap = FALSE; in ml_open_file()
845 if (curbuf->b_may_swap && (!curbuf->b_p_ro || !newfile)) in check_need_swap()
H A Dchange.c103 if (curbuf->b_may_swap in changed()
H A Dstructs.h3071 int b_may_swap; member