Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c141 static compl_T *compl_old_match = NULL; variable
1494 compl_old_match = NULL; in ins_compl_free()
2939 compl_old_match = compl_curr_match; // remember the last current match in ins_compl_get_exp()
3338 if (type != 0 && compl_curr_match != compl_old_match) in ins_compl_get_exp()
3378 if (compl_old_match != NULL) in ins_compl_get_exp()
3383 compl_curr_match = compl_direction == FORWARD ? compl_old_match->cp_next in ins_compl_get_exp()
3384 : compl_old_match->cp_prev; in ins_compl_get_exp()
3386 compl_curr_match = compl_old_match; in ins_compl_get_exp()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c167 static compl_T *compl_old_match = NULL; variable
3166 compl_old_match = NULL; in ins_compl_free()
4165 compl_old_match = compl_curr_match; // remember the last current match in ins_compl_get_exp()
4530 if (type != 0 && compl_curr_match != compl_old_match) { in ins_compl_get_exp()
4578 if (compl_old_match != NULL) { in ins_compl_get_exp()
4583 ? compl_old_match->cp_next in ins_compl_get_exp()
4584 : compl_old_match->cp_prev; in ins_compl_get_exp()
4586 compl_curr_match = compl_old_match; in ins_compl_get_exp()