Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c35 # define CTRL_X_FUNCTION 12 macro
268 int ctrl_x_mode_function(void) { return ctrl_x_mode == CTRL_X_FUNCTION; } in ctrl_x_mode_function()
380 case CTRL_X_FUNCTION: in vim_is_ctrl_x_key()
1626 || ((ctrl_x_mode == CTRL_X_FUNCTION || ctrl_x_mode == CTRL_X_OMNI) in ins_compl_need_restart()
1945 ctrl_x_mode = CTRL_X_FUNCTION; in ins_compl_prep()
2248 case CTRL_X_FUNCTION: in get_complete_funcname()
3028 case CTRL_X_FUNCTION: in ins_compl_get_exp()
3964 else if (ctrl_x_mode == CTRL_X_FUNCTION || ctrl_x_mode == CTRL_X_OMNI in ins_complete()
3981 semsg(_(e_notset), ctrl_x_mode == CTRL_X_FUNCTION in ins_complete()