Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dglobals.h659 #define SEA_NONE 0 // don't use dialog macro
664 EXTERN int swap_exists_action INIT(= SEA_NONE);
H A Dbuffer.c851 swap_exists_action = SEA_NONE; in goto_buffer()
881 swap_exists_action = SEA_NONE; // don't want it again in handle_swap_exists()
929 swap_exists_action = SEA_NONE; // -V519 in handle_swap_exists()
5095 swap_exists_action = SEA_NONE; in ex_buffer_all()
5108 swap_exists_action = SEA_NONE; in ex_buffer_all()
H A Dmain.c1468 swap_exists_action = SEA_NONE; in create_windows()
H A Dmemline.c3572 && swap_exists_action != SEA_NONE in findswapname()
3590 if (swap_exists_action != SEA_NONE && choice == 0) { in findswapname()
/dports/editors/vim/vim-8.2.3745/src/
H A Dbuffer.c153 swap_exists_action = SEA_NONE; in buffer_ensure_loaded()
1070 swap_exists_action = SEA_NONE; in goto_buffer()
1109 swap_exists_action = SEA_NONE; // don't want it again in handle_swap_exists()
1166 swap_exists_action = SEA_NONE; in handle_swap_exists()
5319 swap_exists_action = SEA_NONE; in ex_buffer_all()
5335 swap_exists_action = SEA_NONE; in ex_buffer_all()
H A Dvim.h1248 #define SEA_NONE 0 // don't use dialog macro
H A Dglobals.h1178 EXTERN int swap_exists_action INIT(= SEA_NONE);
H A Dmain.c2865 swap_exists_action = SEA_NONE; in create_windows()
H A Dmemline.c5024 && swap_exists_action != SEA_NONE in findswapname()
5052 if (swap_exists_action != SEA_NONE && choice == 0) in findswapname()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c643 swap_exists_action = SEA_NONE; in f_bufload()