Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmove.pro39 void scroll_cursor_top(int min_scroll, int always);
/vim-8.2.3635/src/
H A Dmove.c289 scroll_cursor_top(scrolljump_value(), FALSE); in update_topline()
1781 scroll_cursor_top(int min_scroll, int always) in scroll_cursor_top() function
2599 scroll_cursor_top(1, FALSE); in onepage()
H A Dnormal.c2889 case 't': scroll_cursor_top(0, TRUE); in nv_zet()