Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h181 #define T_XS (TERM_STR(KS_XS)) // standout not erased by overwriting macro
H A Dterm.c1719 if ((T_XS == NULL || T_XS == empty_option) && tgetflag("xs") > 0) in get_term_entries()
1720 T_XS = (char_u *)"y"; in get_term_entries()
3243 p_wiv = (*T_XS != NUL); in ttest()
H A Doption.c3061 T_XS = (char_u *)"y"; in set_bool_option()
3063 T_XS = empty_option; in set_bool_option()
3064 p_wiv = (*T_XS != NUL); in set_bool_option()
H A Doptiondefs.h3049 p_term("t_xs", T_XS)