Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c32 # define CTRL_X_DICTIONARY (9 + CTRL_X_WANT_IDENT) macro
263 int ctrl_x_mode_dictionary(void) { return ctrl_x_mode == CTRL_X_DICTIONARY; } in ctrl_x_mode_dictionary()
364 case CTRL_X_DICTIONARY: in vim_is_ctrl_x_key()
1935 ctrl_x_mode = CTRL_X_DICTIONARY; in ins_compl_prep()
2872 type = CTRL_X_DICTIONARY; in ins_compl_get_exp()
2894 type = CTRL_X_DICTIONARY; in ins_compl_get_exp()
2949 case CTRL_X_DICTIONARY: in ins_compl_get_exp()
4294 if (ctrl_x_mode == CTRL_X_DICTIONARY in quote_meta()
4303 if (ctrl_x_mode == CTRL_X_DICTIONARY in quote_meta()