Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c971 ins_compl_dict_alloc(compl_T *match) in ins_compl_dict_alloc() function
1004 item = ins_compl_dict_alloc(compl_curr_match); in trigger_complete_changed_event()
3434 dict_T *dict = ins_compl_dict_alloc(compl_shown_match); in ins_compl_insert()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2727 dict_T *item = ins_compl_dict_alloc(compl_curr_match); in trigger_complete_changed_event()
4621 dict_T *dict = ins_compl_dict_alloc(compl_shown_match); in ins_compl_insert()
4629 static dict_T *ins_compl_dict_alloc(compl_T *match) in ins_compl_dict_alloc() function