Searched refs:T_XS (Results 1 – 4 of 4) sorted by relevance
181 #define T_XS (TERM_STR(KS_XS)) // standout not erased by overwriting macro
1719 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()
3061 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()
3049 p_term("t_xs", T_XS)