Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c202 curwin->w_scbind_pos = 1; in update_topline()
229 curwin->w_scbind_pos = 1; in update_topline()
H A Dnormal.c2107 check_scrollbind(curwin->w_topline - curwin->w_scbind_pos, 0L); in do_check_scrollbind()
2109 curwin->w_scbind_pos = curwin->w_topline; in do_check_scrollbind()
2171 curwin->w_scbind_pos += topline_diff; in check_scrollbind()
2172 topline = curwin->w_scbind_pos; in check_scrollbind()
H A Dstructs.h3708 long w_scbind_pos; member
H A Dex_cmds.c3190 curwin->w_scbind_pos = curwin->w_topline; in do_ecmd()
H A Dgui.c4495 wp->w_scbind_pos = wp->w_topline; in gui_do_scroll()
H A Dwindow.c5007 new_wp->w_scbind_pos = 1; in win_alloc()
H A Doption.c2951 curwin->w_scbind_pos = curwin->w_topline; in set_bool_option()
H A Dex_docmd.c7142 curwin->w_scbind_pos = topline; in ex_syncbind()