Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c853 || compl_shown_match != compl_shown_match->cp_next; in ins_compl_has_shown_match()
1088 compl_shown_match = compl; in ins_compl_show_pum()
1113 if (compl == compl_shown_match) in ins_compl_show_pum()
1493 compl_shown_match = NULL; in ins_compl_free()
1608 if (compl_shown_match != NULL) in ins_compl_bs()
3488 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
3502 compl_shown_match = compl_shown_match->cp_prev; in ins_compl_next()
3528 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
3537 compl_shown_match = compl_shown_match->cp_prev; in ins_compl_next()
3571 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c678 && (compl_shown_match == NULL in insert_execute()
679 || compl_shown_match != compl_shown_match->cp_next)) { in insert_execute()
3165 compl_shown_match = NULL; in ins_compl_free()
3373 if (compl_shown_match != NULL) { in ins_compl_bs()
3523 p = compl_shown_match->cp_str; in ins_compl_addfrommatch()
4686 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
4700 compl_shown_match = compl_shown_match->cp_prev; in ins_compl_next()
4725 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
4732 compl_shown_match = compl_shown_match->cp_prev; in ins_compl_next()
4761 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
[all …]