Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c182 static int compl_shows_dir = FORWARD; variable
3492 if (compl_shows_dir == BACKWARD in ins_compl_next()
3526 if (compl_shows_dir == FORWARD && compl_shown_match->cp_next != NULL) in ins_compl_next()
3533 else if (compl_shows_dir == BACKWARD in ins_compl_next()
3546 if (compl_shows_dir == BACKWARD) in ins_compl_next()
3556 if (compl_shows_dir == BACKWARD) in ins_compl_next()
3566 while (compl_pending != 0 && compl_direction == compl_shows_dir in ins_compl_next()
3726 compl_shows_dir = ins_compl_key2dir(c); in ins_compl_check_keys()
4256 compl_shows_dir = compl_direction; in ins_complete()
4269 compl_direction = compl_shows_dir; in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c203 static Direction compl_shows_dir = FORWARD; variable
4691 if (compl_shows_dir == BACKWARD in ins_compl_next()
4724 if (compl_shows_dir == FORWARD && compl_shown_match->cp_next != NULL) { in ins_compl_next()
4729 } else if (compl_shows_dir == BACKWARD in ins_compl_next()
4737 if (compl_shows_dir == BACKWARD) { in ins_compl_next()
4747 if (compl_shows_dir == BACKWARD) { in ins_compl_next()
4758 while (compl_pending != 0 && compl_direction == compl_shows_dir in ins_compl_next()
4901 compl_shows_dir = ins_compl_key2dir(c); in ins_compl_check_keys()
5374 compl_shows_dir = compl_direction; in ins_complete()
5388 compl_direction = compl_shows_dir; in ins_complete()