Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c189 static int compl_cont_mode = 0; variable
1748 compl_cont_mode = 0; in ins_compl_restart()
1993 else if (compl_cont_mode != 0) in ins_compl_prep()
2009 if (compl_cont_mode != 0) in ins_compl_prep()
2012 compl_cont_mode = CTRL_X_NOT_DEFINED_YET; in ins_compl_prep()
2067 if (compl_cont_mode == CTRL_X_WHOLE_LINE) in ins_compl_prep()
2162 compl_cont_mode = 0; in ins_compl_prep()
3744 && compl_cont_mode == ctrl_x_mode) in ins_complete()
3801 compl_cont_mode = ctrl_x_mode; in ins_complete()