Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmove.pro42 void scroll_cursor_halfway(int atend);
/vim-8.2.3635/src/
H A Dmove.c286 scroll_cursor_halfway(FALSE); in update_topline()
389 scroll_cursor_halfway(FALSE); in update_topline()
1880 scroll_cursor_halfway(FALSE); in scroll_cursor_top()
2142 scroll_cursor_halfway(FALSE); in scroll_cursor_bot()
2165 scroll_cursor_halfway(int atend) in scroll_cursor_halfway() function
H A Dbuffer.c1864 scroll_cursor_halfway(FALSE); // redisplay at correct position in enter_buffer()
H A Dnormal.c2898 case 'z': scroll_cursor_halfway(TRUE); in nv_zet()