Home
last modified time | relevance | path

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

/vim-8.2.3635/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()
2988 case CTRL_X_FILES: in ins_compl_get_exp()
3925 else if (ctrl_x_mode == CTRL_X_FILES) in ins_complete()