Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c2259 int above_wanted, below_wanted; in cursor_correct() local
2269 below_wanted = so; in cursor_correct()
2273 below_wanted = mouse_dragging - 1; in cursor_correct()
2279 if (below_wanted > max_off) in cursor_correct()
2280 below_wanted = max_off; in cursor_correct()
2286 below_wanted = 0; in cursor_correct()
2298 && cln < curwin->w_botline - below_wanted in cursor_correct()
2318 while ((above < above_wanted || below < below_wanted) && topline < botline) in cursor_correct()
2320 if (below < below_wanted && (below <= above || above >= above_wanted)) in cursor_correct()
2330 if (above < above_wanted && (above < below || below >= below_wanted)) in cursor_correct()