Home
last modified time | relevance | path

Searched refs:T_CAB (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dtermdefs.h185 #define T_CAB (TERM_STR(KS_CAB)) // set background color (ANSI) macro
H A Dterm.c3002 if (*T_CAB) in term_bg_color()
3003 term_color(T_CAB, n); in term_bg_color()
3232 if (*T_CAB == NUL || *T_CAF == NUL) in ttest()
3234 T_CAB = empty_option; in ttest()
3239 if (*T_CSB == NUL && *T_CAB == NUL) in ttest()
H A Doptiondefs.h2971 p_term("t_AB", T_CAB)