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

/macosx-10.9.5/vim-53/src/
H A Dedit.c123 static int compl_direction = FORWARD; variable
2394 int dir = (cdir == 0 ? compl_direction : cdir);
2608 int dir = compl_direction;
2933 int dir = compl_direction;
3867 int dir = compl_direction;
3926 * compl_direction.
3970 pos = (compl_direction == FORWARD) ? &last_match_pos : &first_match_pos;
4073 find_pattern_in_path(compl_pattern, compl_direction,
4184 compl_direction, compl_pattern);
4187 compl_direction,
[all...]

Completed in 131 milliseconds