Searched refs:check_scrollbind (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dnormal.pro18 void check_scrollbind __ARGS((linenr_T topline_diff, long leftcol_diff));
/macosx-10.10.1/vim-55/src/
H A Dmain.c931 check_scrollbind((linenr_T)0, 0L);
1147 check_scrollbind((linenr_T)0, 0L);
H A Dnormal.c4026 check_scrollbind(curwin->w_topline - old_topline,
4042 check_scrollbind(curwin->w_topline - curwin->w_scbind_pos, 0L);
4062 check_scrollbind(topline_diff, leftcol_diff) function
H A Ddiff.c1858 check_scrollbind((linenr_T)0, 0L);

Completed in 91 milliseconds