Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h184 #define T_CAF (TERM_STR(KS_CAF)) // set foreground color (ANSI) macro
H A Dterm.c2992 if (*T_CAF) in term_fg_color()
2993 term_color(T_CAF, n); in term_fg_color()
3232 if (*T_CAB == NUL || *T_CAF == NUL) in ttest()
3235 T_CAF = empty_option; in ttest()
H A Dhighlight.c584 if (*T_CAF != NUL) in lookup_color()
585 p = T_CAF; in lookup_color()
H A Doptiondefs.h2972 p_term("t_AF", T_CAF)