Home
last modified time | relevance | path

Searched refs:DOBUF_UNLOAD (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c1113 close_buffer(curwin, curbuf, DOBUF_UNLOAD, FALSE, FALSE); in handle_swap_exists()
1185 if (action == DOBUF_UNLOAD) in empty_curbuf()
1237 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in do_buffer_ext()
1666 if (command == DOBUF_UNLOAD) in do_bufdel()
1676 if (command == DOBUF_UNLOAD) in do_bufdel()
1706 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in set_curbuf()
1756 && !bufIsChanged(prevbuf)) ? DOBUF_UNLOAD : 0, in set_curbuf()
H A Dex_cmds2.c400 set_curbuf(buf, unload ? DOBUF_UNLOAD : DOBUF_GOTO); in check_changed_any()
H A Dvim.h1011 #define DOBUF_UNLOAD 2 // unload specified buffer(s) macro
H A Dwindow.c2580 win_close_buffer(win, free_buf ? DOBUF_UNLOAD : 0, TRUE); in win_close()
2767 close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, in win_close_othertab()
H A Dex_cmds.c2797 (flags & ECMD_HIDE) ? 0 : DOBUF_UNLOAD, FALSE, FALSE); in do_ecmd()
H A Dquickfix.c6606 close_buffer(NULL, buf, DOBUF_UNLOAD, FALSE, TRUE); in unload_dummy_buffer()
H A Dex_docmd.c5300 : DOBUF_UNLOAD, eap->arg, in ex_bunload()