Home
last modified time | relevance | path

Searched refs:can_abandon (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_cmds2.pro7 int can_abandon(buf_T *buf, int forceit);
/vim-8.2.3635/src/
H A Dex_cmds2.c239 can_abandon(buf_T *buf, int forceit) in can_abandon() function
H A Dbuffer.c1533 if (action == DOBUF_GOTO && !can_abandon(curbuf, (flags & DOBUF_FORCEIT))) in do_buffer_ext()
H A Dwindow.c3638 r = can_abandon(wp->w_buffer, forceit); in close_others()
H A Dterminal.c484 if (!can_abandon(curbuf, flags & TERM_START_FORCEIT)) in term_start()
H A Dquickfix.c3143 if (!can_abandon(curbuf, forceit)) in qf_jump_edit_buffer()