Lines Matching refs:w_width

150     if (nn > wp->w_width)  in screen_fill_end()
151 nn = wp->w_width; in screen_fill_end()
242 int wwidth = wp->w_width; in compute_foldcolumn()
1263 maxwidth = wp->w_width; in win_redr_custom()
1279 col = ru_col - (Columns - wp->w_width); in win_redr_custom()
1280 if (col < (wp->w_width + 1) / 2) in win_redr_custom()
1281 col = (wp->w_width + 1) / 2; in win_redr_custom()
1282 maxwidth = wp->w_width - col; in win_redr_custom()
2316 width = wp->w_width; in redraw_block()
3041 wp->w_width * sizeof(schar_T)); in linecopy()
3047 wp->w_width * sizeof(u8char_T)); in linecopy()
3050 wp->w_width * sizeof(u8char_T)); in linecopy()
3054 wp->w_width * sizeof(schar_T)); in linecopy()
3056 wp->w_width * sizeof(sattr_T)); in linecopy()
3366 curwin->w_p_rl ? ((int)curwin->w_width - curwin->w_wcol in setcursor_mayforce()
3534 if (mayclear && Rows - line_count < 5 && wp->w_width == Columns) in win_do_lines()
3573 if (scroll_region || wp->w_width != Columns) in win_do_lines()
3575 if (scroll_region && (wp->w_width == Columns || *T_CSV != NUL)) in win_do_lines()
3583 if (scroll_region && (wp->w_width == Columns || *T_CSV != NUL)) in win_do_lines()
3705 if (wp != NULL && wp->w_width != Columns && *T_CSV == NUL) in screen_ins_lines()
3743 if (off + row > 0 || (wp != NULL && wp->w_width != Columns)) in screen_ins_lines()
3775 if (wp != NULL && wp->w_width != Columns) in screen_ins_lines()
3783 lineclear(LineOffset[j] + wp->w_wincol, wp->w_width, in screen_ins_lines()
3786 lineinvalid(LineOffset[j] + wp->w_wincol, wp->w_width); in screen_ins_lines()
3930 if (wp != NULL && wp->w_width != Columns && *T_CSV == NUL) in screen_del_lines()
3945 && (wp == NULL || wp->w_width == Columns)) in screen_del_lines()
3957 if (off + row > 0 || (wp != NULL && wp->w_width != Columns)) in screen_del_lines()
3996 if (wp != NULL && wp->w_width != Columns) in screen_del_lines()
4004 lineclear(LineOffset[j] + wp->w_wincol, wp->w_width, in screen_del_lines()
4007 lineinvalid(LineOffset[j] + wp->w_wincol, wp->w_width); in screen_del_lines()