Home
last modified time | relevance | path

Searched refs:SEA_NONE (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c155 swap_exists_action = SEA_NONE; in buffer_ensure_loaded()
1072 swap_exists_action = SEA_NONE; in goto_buffer()
1111 swap_exists_action = SEA_NONE; // don't want it again in handle_swap_exists()
1168 swap_exists_action = SEA_NONE; in handle_swap_exists()
5323 swap_exists_action = SEA_NONE; in ex_buffer_all()
5339 swap_exists_action = SEA_NONE; in ex_buffer_all()
H A Dvim.h1247 #define SEA_NONE 0 // don't use dialog macro
H A Dglobals.h1170 EXTERN int swap_exists_action INIT(= SEA_NONE);
H A Dmain.c2867 swap_exists_action = SEA_NONE; in create_windows()
H A Dmemline.c5023 && swap_exists_action != SEA_NONE in findswapname()
5051 if (swap_exists_action != SEA_NONE && choice == 0) in findswapname()