Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c179 static int compl_matches = 0; variable
1502 compl_matches = 0; in ins_compl_clear()
1746 compl_matches = 0; in ins_compl_restart()
2123 compl_matches = 0; in ins_compl_prep()
2599 compl_matches = ins_compl_make_cyclic(); in set_completion()
4267 compl_matches = n; in ins_complete()
4336 if (compl_matches > 0) in ins_complete()
4339 compl_curr_match->cp_number, compl_matches); in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c200 static int compl_matches = 0; variable
2640 compl_matches = ins_compl_make_cyclic(); in set_completion()
3173 compl_matches = 0; in ins_compl_clear()
3488 compl_matches = 0; in ins_compl_restart()
3808 compl_matches = 0; in ins_compl_prep()
5385 compl_matches = n; in ins_complete()
5446 if (compl_matches > 0) { in ins_complete()
5449 compl_curr_match->cp_number, compl_matches); in ins_complete()