Home
last modified time | relevance | path

Searched refs:DOBUF_DEL (Results 1 – 8 of 8) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/test/unit/
H A Dbuffer_spec.lua155 close_buffer(NULL, buf3, buffer.DOBUF_DEL, 0)
183 close_buffer(NULL, buf1, buffer.DOBUF_DEL, 0)
197 close_buffer(NULL, buf2, buffer.DOBUF_DEL, 0)
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.h47 DOBUF_DEL = 3, // delete specified buffer(s) from buflist enumerator
H A Dbuffer.c408 bool del_buf = (action == DOBUF_DEL || action == DOBUF_WIPE); in close_buffer()
1011 } else if (command == DOBUF_DEL) { in do_bufdel()
1021 } else if (command == DOBUF_DEL) { in do_bufdel()
1098 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in do_buffer()
1425 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in set_curbuf()
H A Dex_docmd.c4978 eap->errmsg = do_bufdel(eap->cmdidx == CMD_bdelete ? DOBUF_DEL in ex_bunload()
/dports/editors/vim/vim-8.2.3745/src/
H A Dbuffer.c507 int del_buf = (action == DOBUF_DEL || wipe_buf); in close_buffer()
1235 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in do_buffer_ext()
1666 else if (command == DOBUF_DEL) in do_bufdel()
1677 else if (command == DOBUF_DEL) in do_bufdel()
1704 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in set_curbuf()
H A Dvim.h1013 #define DOBUF_DEL 3 // delete specified buffer(s) from buflist macro
H A Dnetbeans.c1557 do_bufdel(DOBUF_DEL, (char_u *)"", 1, in nb_do_cmd()
H A Dex_docmd.c5344 eap->cmdidx == CMD_bdelete ? DOBUF_DEL in ex_bunload()