Searched refs:DOBUF_UNLOAD (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 1113 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 D | ex_cmds2.c | 400 set_curbuf(buf, unload ? DOBUF_UNLOAD : DOBUF_GOTO); in check_changed_any()
|
| H A D | vim.h | 1011 #define DOBUF_UNLOAD 2 // unload specified buffer(s) macro
|
| H A D | window.c | 2580 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 D | ex_cmds.c | 2797 (flags & ECMD_HIDE) ? 0 : DOBUF_UNLOAD, FALSE, FALSE); in do_ecmd()
|
| H A D | quickfix.c | 6606 close_buffer(NULL, buf, DOBUF_UNLOAD, FALSE, TRUE); in unload_dummy_buffer()
|
| H A D | ex_docmd.c | 5300 : DOBUF_UNLOAD, eap->arg, in ex_bunload()
|