Home
last modified time | relevance | path

Searched refs:SEA_QUIT (Results 1 – 12 of 12) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmain.c1457 if (swap_exists_action == SEA_QUIT) { in create_windows()
1994 if (swap_exists_action == SEA_QUIT) { in check_swap_exists_action()
H A Dglobals.h661 #define SEA_QUIT 2 // quit editing the file macro
H A Dbuffer.c842 if (swap_exists_action == SEA_QUIT && *eap->cmd == 's') { in goto_buffer()
873 if (swap_exists_action == SEA_QUIT) { in handle_swap_exists()
5098 if (swap_exists_action == SEA_QUIT) { in ex_buffer_all()
H A Dmemline.c3637 swap_exists_action = SEA_QUIT; in findswapname()
3640 swap_exists_action = SEA_QUIT; in findswapname()
H A Dfileio.c570 if (swap_exists_action == SEA_QUIT) { in readfile()
H A Dex_cmds.c2743 if (swap_exists_action == SEA_QUIT) { in do_ecmd()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmain.c2852 if (swap_exists_action == SEA_QUIT) in create_windows()
3613 if (swap_exists_action == SEA_QUIT) in check_swap_exists_action()
H A Dbuffer.c1058 if (swap_exists_action == SEA_QUIT && *eap->cmd == 's') in goto_buffer()
1098 if (swap_exists_action == SEA_QUIT) in handle_swap_exists()
5322 if (swap_exists_action == SEA_QUIT) in ex_buffer_all()
H A Dvim.h1250 #define SEA_QUIT 2 // quit editing the file macro
H A Dmemline.c5105 swap_exists_action = SEA_QUIT; in findswapname()
5108 swap_exists_action = SEA_QUIT; in findswapname()
H A Dex_cmds.c3046 if (swap_exists_action == SEA_QUIT) in do_ecmd()
H A Dfileio.c647 if (swap_exists_action == SEA_QUIT) in readfile()