Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h157 #define T_CZH (TERM_STR(KS_CZH)) // italic mode start macro
H A Dterm.c3189 if (*T_CZH == NUL || *T_CZR == NUL) in ttest()
3190 T_CZH = T_CZR = empty_option; in ttest()
3215 if (*T_CZH == NUL) in ttest()
3219 T_CZH = T_MD; in ttest()
3221 T_CZH = T_MR; in ttest()
H A Dscreen.c1863 if ((attr & HL_ITALIC) && *T_CZH != NUL) // italic in screen_start_highlight()
1864 out_str(T_CZH); in screen_start_highlight()
H A Doptiondefs.h3050 p_term("t_ZH", T_CZH)