Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c1032 int shown_match_ok = FALSE; in ins_compl_show_pum() local
1072 shown_match_ok = TRUE; in ins_compl_show_pum()
1082 if (!shown_match_ok) in ins_compl_show_pum()
1090 shown_match_ok = TRUE; in ins_compl_show_pum()
1120 shown_match_ok = TRUE; in ins_compl_show_pum()
1122 if (!shown_match_ok && shown_compl != NULL) in ins_compl_show_pum()
1127 shown_match_ok = TRUE; in ins_compl_show_pum()
1133 if (!shown_match_ok) // no displayed match at all in ins_compl_show_pum()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2749 bool shown_match_ok = false; in ins_compl_show_pum() local
2798 shown_match_ok = true; in ins_compl_show_pum()
2807 if (!shown_match_ok) { in ins_compl_show_pum()
2813 shown_match_ok = true; in ins_compl_show_pum()
2844 shown_match_ok = true; in ins_compl_show_pum()
2847 if (!shown_match_ok && shown_compl != NULL) { in ins_compl_show_pum()
2851 shown_match_ok = true; in ins_compl_show_pum()
2857 if (!shown_match_ok) { // no displayed match at all in ins_compl_show_pum()