Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmain.c2854 if (swap_exists_action == SEA_QUIT) in create_windows()
3615 if (swap_exists_action == SEA_QUIT) in check_swap_exists_action()
H A Dbuffer.c1060 if (swap_exists_action == SEA_QUIT && *eap->cmd == 's') in goto_buffer()
1100 if (swap_exists_action == SEA_QUIT) in handle_swap_exists()
5326 if (swap_exists_action == SEA_QUIT) in ex_buffer_all()
H A Dvim.h1249 #define SEA_QUIT 2 // quit editing the file macro
H A Dmemline.c5104 swap_exists_action = SEA_QUIT; in findswapname()
5107 swap_exists_action = SEA_QUIT; in findswapname()
H A Dfileio.c647 if (swap_exists_action == SEA_QUIT) in readfile()
H A Dex_cmds.c3046 if (swap_exists_action == SEA_QUIT) in do_ecmd()