Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c3626 #define USE_T_DL 5 macro
3718 type = USE_T_DL; in screen_ins_lines()
3729 type == USE_T_CE || type == USE_T_DL) in screen_ins_lines()
3948 type = USE_T_DL; in screen_del_lines()
4068 if (type == USE_T_DL) in screen_del_lines()
4086 if (*T_DB && (type == USE_T_DL || type == USE_T_CDL)) in screen_del_lines()