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

/macosx-10.9.5/vim-53/src/
H A Dedit.c124 static int compl_shows_dir = FORWARD; variable
4419 /* If we didn't find it searching forward, and compl_shows_dir is
4421 if (compl_shows_dir == BACKWARD
4455 if (compl_shows_dir == FORWARD && compl_shown_match->cp_next != NULL)
4462 else if (compl_shows_dir == BACKWARD
4475 if (compl_shows_dir == BACKWARD)
4485 if (compl_shows_dir == BACKWARD)
4495 while (compl_pending != 0 && compl_direction == compl_shows_dir
4627 compl_shows_dir = ins_compl_key2dir(c);
5119 compl_shows_dir
[all...]

Completed in 142 milliseconds