Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c182 static int compl_shows_dir = FORWARD; variable
3367 if (compl_shows_dir == BACKWARD in ins_compl_next()
3401 if (compl_shows_dir == FORWARD && compl_shown_match->cp_next != NULL) in ins_compl_next()
3408 else if (compl_shows_dir == BACKWARD in ins_compl_next()
3421 if (compl_shows_dir == BACKWARD) in ins_compl_next()
3431 if (compl_shows_dir == BACKWARD) in ins_compl_next()
3441 while (compl_pending != 0 && compl_direction == compl_shows_dir in ins_compl_next()
3601 compl_shows_dir = ins_compl_key2dir(c); in ins_compl_check_keys()
4129 compl_shows_dir = compl_direction; in ins_complete()
4142 compl_direction = compl_shows_dir; in ins_complete()