Home
last modified time | relevance | path

Searched refs:USE_T_CDL (Results 1 – 1 of 1) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c3623 #define USE_T_CDL 2 macro
3712 type = USE_T_CDL; in screen_ins_lines()
3728 if (type == USE_T_CD || type == USE_T_CDL || in screen_ins_lines()
3943 type = USE_T_CDL; in screen_del_lines()
3950 type = USE_T_CDL; in screen_del_lines()
4047 else if (type == USE_T_CDL) in screen_del_lines()
4086 if (*T_DB && (type == USE_T_DL || type == USE_T_CDL)) in screen_del_lines()