Lines Matching refs:off
862 colnr_T off; in validate_cursor_col() local
870 off = curwin_col_off(); in validate_cursor_col()
871 col += off; in validate_cursor_col()
872 width = curwin->w_width - off + curwin_col_off2(); in validate_cursor_col()
1239 colnr_T off; in textpos2screenpos() local
1248 off = win_col_off(wp); in textpos2screenpos()
1249 col += off; in textpos2screenpos()
1250 width = wp->w_width - off + win_col_off2(wp); in textpos2screenpos()
1794 int off = get_scrolloff_value(); in scroll_cursor_top() local
1797 off = mouse_dragging - 1; in scroll_cursor_top()
1846 if (extra + i <= off && bot < curbuf->b_ml.ml_line_count) in scroll_cursor_top()
1865 && extra >= off) in scroll_cursor_top()
1893 if (curwin->w_topfill > 0 && extra > off) in scroll_cursor_top()
1895 curwin->w_topfill -= extra - off; in scroll_cursor_top()