Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c213 static int ins_compl_key2count(int c);
3727 (void)ins_compl_next(FALSE, ins_compl_key2count(c), in ins_compl_check_keys()
3785 ins_compl_key2count(int c) in ins_compl_key2count() function
4261 n = ins_compl_next(TRUE, ins_compl_key2count(c), insert_match, FALSE); in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c4902 (void)ins_compl_next(false, ins_compl_key2count(c), in ins_compl_check_keys()
4959 static int ins_compl_key2count(int c) in ins_compl_key2count() function
5381 n = ins_compl_next(true, ins_compl_key2count(c), insert_match, false); in ins_complete()