Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h159 #define T_UE (TERM_STR(KS_UE)) // exit underscore (underline) mode macro
H A Dscreen.c2044 if (STRCMP(T_UE, T_ME) == 0) in screen_stop_highlight()
2047 out_str(T_UE); in screen_stop_highlight()
H A Dterm.c3187 if (*T_US == NUL || *T_UE == NUL) in ttest()
3188 T_US = T_UE = empty_option; in ttest()
H A Doptiondefs.h3038 p_term("t_ue", T_UE)