Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h154 #define T_MD (TERM_STR(KS_MD)) // bold mode macro
H A Dterm.c3184 T_ME = T_MR = T_MD = T_MB = empty_option; in ttest()
3201 T_MD = T_SO; in ttest()
3209 T_SO = T_MD; in ttest()
3219 T_CZH = T_MD; in ttest()
H A Dscreen.c1843 if ((attr & HL_BOLD) && *T_MD != NUL) // bold in screen_start_highlight()
1844 out_str(T_MD); in screen_start_highlight()
2089 out_str(T_MD); in screen_stop_highlight()
H A Doptiondefs.h3005 p_term("t_md", T_MD)