Lines Matching refs:w_leftcol
2089 || curwin->w_leftcol != old_leftcol)) in do_check_scrollbind()
2092 (long)(curwin->w_leftcol - old_leftcol)); in do_check_scrollbind()
2118 old_leftcol = curwin->w_leftcol; in do_check_scrollbind()
2135 colnr_T tgt_leftcol = curwin->w_leftcol; in check_scrollbind()
2193 if (want_hor && curwin->w_leftcol != tgt_leftcol) in check_scrollbind()
2195 curwin->w_leftcol = tgt_leftcol; in check_scrollbind()
2936 if ((colnr_T)cap->count1 > curwin->w_leftcol) in nv_zet()
2937 curwin->w_leftcol = 0; in nv_zet()
2939 curwin->w_leftcol -= (colnr_T)cap->count1; in nv_zet()
2954 curwin->w_leftcol += (colnr_T)cap->count1; in nv_zet()
2972 if (curwin->w_leftcol != col) in nv_zet()
2974 curwin->w_leftcol = col; in nv_zet()
2994 if (curwin->w_leftcol != col) in nv_zet()
2996 curwin->w_leftcol = col; in nv_zet()
6076 i = curwin->w_leftcol; in nv_g_cmd()
6186 i = curwin->w_leftcol + curwin->w_width - col_off - 1; in nv_g_cmd()
6196 if (vcol >= curwin->w_leftcol + curwin->w_width - col_off) in nv_g_cmd()