Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c618 match = compl_first_match; in ins_compl_add()
678 if (compl_first_match == NULL) in ins_compl_add()
695 compl_first_match = match; in ins_compl_add()
833 match = compl_first_match; in ins_compl_make_cyclic()
950 compl = compl_first_match; in pum_enough_matches()
1053 compl = compl_first_match; in ins_compl_show_pum()
1075 compl = compl_first_match; in ins_compl_show_pum()
2714 && match != compl_first_match; in ins_compl_update_sequence_numbers()
2735 && match != compl_first_match; in ins_compl_update_sequence_numbers()
2809 match = compl_first_match; in get_complete_info()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c164 static compl_T *compl_first_match = NULL; variable
2371 match = compl_first_match; in ins_compl_add()
2438 if (compl_first_match == NULL) { in ins_compl_add()
2453 compl_first_match = match; in ins_compl_add()
2573 if (compl_first_match != NULL) { in ins_compl_make_cyclic()
2577 match = compl_first_match; in ins_compl_make_cyclic()
2699 compl_T *comp = compl_first_match; in pum_enough_matches()
2770 compl = compl_first_match; in ins_compl_show_pum()
2802 compl = compl_first_match; in ins_compl_show_pum()
3142 if (compl_first_match == NULL) { in ins_compl_free()
[all …]