Home
last modified time | relevance | path

Searched refs:ex_bunload (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.h189 EXCMD(CMD_bdelete, "bdelete", ex_bunload,
240 EXCMD(CMD_bunload, "bunload", ex_bunload,
243 EXCMD(CMD_bwipeout, "bwipeout", ex_bunload,
H A Dex_docmd.c37 static void ex_bunload(exarg_T *eap);
5293 ex_bunload(exarg_T *eap) in ex_bunload() function