Searched refs:T_CSV (Results 1 – 4 of 4) sorted by relevance
139 #define T_CSV (TERM_STR(KS_CSV)) // scroll region vertical macro
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()3759 if (wp != NULL && wp->w_wincol != 0 && *T_CSV != NUL && *T_CCS == NUL) in screen_ins_lines()3930 if (wp != NULL && wp->w_width != Columns && *T_CSV == NUL) in screen_del_lines()3974 if (wp != NULL && wp->w_wincol != 0 && *T_CSV != NUL && *T_CCS == NUL) in screen_del_lines()
4151 if (*T_CSV != NUL && wp->w_width != Columns) in scroll_region_set()4152 OUT_STR(tgoto((char *)T_CSV, wp->w_wincol + wp->w_width - 1, in scroll_region_set()4164 if (*T_CSV != NUL) in scroll_region_reset()4165 OUT_STR(tgoto((char *)T_CSV, (int)Columns - 1, 0)); in scroll_region_reset()
2988 p_term("t_CV", T_CSV)