Home
last modified time | relevance | path

Searched refs:close_buffer (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dbuffer.pro8 int close_buffer(win_T *win, buf_T *buf, int action, int abort_if_last, int ignore_abort);
/vim-8.2.3635/src/
H A Dbuffer.c190 close_buffer(NULL, curbuf, 0, FALSE, FALSE); in open_buffer()
494 close_buffer( in close_buffer() function
1113 close_buffer(curwin, curbuf, DOBUF_UNLOAD, FALSE, FALSE); in handle_swap_exists()
1204 close_buffer(NULL, buf, action, FALSE, FALSE); in empty_curbuf()
1403 close_buffer(NULL, buf, action, FALSE, FALSE); in do_buffer_ext()
1753 close_buffer(prevbuf == curwin->w_buffer ? curwin : NULL, prevbuf, in set_curbuf()
3383 close_buffer(NULL, obuf, DOBUF_WIPE, FALSE, FALSE); in setfname()
5841 close_buffer(NULL, buf, DOBUF_WIPE, FALSE, TRUE); in wipe_buffer()
H A Dalloc.c507 close_buffer(NULL, buf, DOBUF_WIPE, FALSE, FALSE); in free_all_mem()
H A Dwindow.c2447 close_buffer(win, win->w_buffer, action, abort_if_last, FALSE); in win_close_buffer()
2767 close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, in win_close_othertab()
5218 close_buffer(win, win->w_buffer, 0, FALSE, FALSE); in win_free_popup()
H A Dquickfix.c1937 close_buffer(NULL, qfbuf, DOBUF_WIPE, FALSE, FALSE); in wipe_qf_buffer()
6606 close_buffer(NULL, buf, DOBUF_UNLOAD, FALSE, TRUE); in unload_dummy_buffer()
H A Dex_getln.c4471 close_buffer(NULL, bufref.br_buf, DOBUF_WIPE, FALSE, FALSE); in open_cmdwin()
H A Dex_cmds.c2796 did_decrement = close_buffer(oldwin, curbuf, in do_ecmd()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9654 Solution: Check if the buffer still exists before invoking close_buffer()
14067 Solution: Pass TRUE for abort_if_last in the call to close_buffer().
H A Dversion8.txt14302 Solution: Make close_buffer() go back to the right window.