Lines Matching refs:coladd
74 getviscol2(colnr_T col, colnr_T coladd UNUSED) in getviscol2()
81 pos.coladd = coladd; in getviscol2()
282 pos->coladd = 0; in coladvance2()
294 pos->coladd = ecol - scol; in coladvance2()
303 pos->coladd = b; in coladvance2()
353 lp->coladd = 0; in inc()
361 lp->coladd = 0; in inc()
397 lp->coladd = 0; in dec()
557 colnr_T oldcoladd = win->w_cursor.col + win->w_cursor.coladd; in check_cursor_col_win()
589 win->w_cursor.coladd = 0; in check_cursor_col_win()
594 win->w_cursor.coladd = oldcoladd - win->w_cursor.col; in check_cursor_col_win()
599 if (win->w_cursor.col + 1 < len && win->w_cursor.coladd > 0) in check_cursor_col_win()
604 if (win->w_cursor.coladd > ce - cs) in check_cursor_col_win()
605 win->w_cursor.coladd = ce - cs; in check_cursor_col_win()
610 win->w_cursor.coladd = 0; in check_cursor_col_win()