Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c27 # define CTRL_X_FILES 4 macro
257 int ctrl_x_mode_files(void) { return ctrl_x_mode == CTRL_X_FILES; } in ctrl_x_mode_files()
362 case CTRL_X_FILES: in vim_is_ctrl_x_key()
408 case CTRL_X_FILES: in ins_compl_accept_char()
1932 ctrl_x_mode = CTRL_X_FILES; in ins_compl_prep()
3113 case CTRL_X_FILES: in ins_compl_get_exp()
4050 else if (ctrl_x_mode == CTRL_X_FILES) in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c74 #define CTRL_X_FILES 4 macro
1224 if (ctrl_x_mode != CTRL_X_FILES) { in insert_handle_key()
2125 case CTRL_X_FILES: in vim_is_ctrl_x_key()
2167 case CTRL_X_FILES: in ins_compl_accept_char()
3624 ctrl_x_mode = CTRL_X_FILES; in ins_compl_prep()
4322 case CTRL_X_FILES: in ins_compl_get_exp()
5188 } else if (ctrl_x_mode == CTRL_X_FILES) { in ins_complete()