Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.h597 EXCMD(CMD_exit, "exit", ex_exit,
1782 EXCMD(CMD_wq, "wq", ex_exit,
1794 EXCMD(CMD_xit, "xit", ex_exit,
H A Dex_docmd.c113 static void ex_exit(exarg_T *eap);
6195 ex_exit(exarg_T *eap) in ex_exit() function