Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c651 && compl_curr_match != NULL in ins_compl_add()
683 match->cp_prev = compl_curr_match; in ins_compl_add()
687 match->cp_next = compl_curr_match; in ins_compl_add()
696 compl_curr_match = match; in ins_compl_add()
1479 match = compl_curr_match; in ins_compl_free()
1480 compl_curr_match = compl_curr_match->cp_next; in ins_compl_free()
1491 } while (compl_curr_match != NULL && compl_curr_match != compl_first_match); in ins_compl_free()
2839 if (compl_curr_match != NULL && compl_curr_match->cp_number == -1) in get_complete_info()
3385 if (compl_curr_match == NULL) in ins_compl_get_exp()
4315 else if (compl_curr_match->cp_next == compl_curr_match->cp_prev) in ins_complete()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c165 static compl_T *compl_curr_match = NULL; variable
2402 && compl_curr_match != NULL in ins_compl_add()
2442 match->cp_prev = compl_curr_match; in ins_compl_add()
2444 match->cp_next = compl_curr_match; in ins_compl_add()
2455 compl_curr_match = match; in ins_compl_add()
3151 match = compl_curr_match; in ins_compl_free()
3152 compl_curr_match = compl_curr_match->cp_next; in ins_compl_free()
3163 } while (compl_curr_match != NULL && compl_curr_match != compl_first_match); in ins_compl_free()
3312 if (compl_curr_match != NULL && compl_curr_match->cp_number == -1) { in get_complete_info()
4585 if (compl_curr_match == NULL) { in ins_compl_get_exp()
[all …]