Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c442 long so = get_scrolloff_value(); in check_top_offset()
958 long so = get_scrolloff_value(); in curs_columns()
1595 if (end_row < curwin->w_height - get_scrolloff_value()) in scrolldown_clamp()
1653 if (start_row >= get_scrolloff_value()) in scrollup_clamp()
1794 int off = get_scrolloff_value(); in scroll_cursor_top()
1968 long so = get_scrolloff_value(); in scroll_cursor_bot()
2262 long so = get_scrolloff_value(); in cursor_correct()
2382 long so = get_scrolloff_value(); in onepage()
H A Dmouse.c733 if (VIsual_active && is_drag && get_scrolloff_value()) in do_mouse()
H A Dedit.c533 + curwin->w_height - 1 - get_scrolloff_value() in edit()
H A Dgui.c4488 if (get_scrolloff_value() != 0) in gui_do_scroll()
H A Dwindow.c6364 if (get_scrolloff_value()) in scroll_to_fraction()
H A Dnormal.c2728 if (get_scrolloff_value()) in scroll_redraw()
H A Doption.c7034 get_scrolloff_value(void) in get_scrolloff_value() function
H A Dex_docmd.c7115 y = wp->w_buffer->b_ml.ml_line_count - get_scrolloff_value(); in ex_syncbind()
/vim-8.2.3635/src/proto/
H A Doption.pro73 long get_scrolloff_value(void);