Searched refs:CTERMCOLOR (Results 1 – 4 of 4) sorted by relevance
1847 p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR in screen_start_highlight()1880 if (p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR) in screen_start_highlight()1893 if (p_tgc && aep->ae_u.cterm.bg_rgb != CTERMCOLOR) in screen_start_highlight()1906 if (p_tgc && aep->ae_u.cterm.ul_rgb != CTERMCOLOR) in screen_start_highlight()1967 p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR in screen_stop_highlight()1976 p_tgc && aep->ae_u.cterm.bg_rgb != CTERMCOLOR in screen_stop_highlight()
2628 at_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in get_tgc_attr_idx()2629 at_en.ae_u.cterm.bg_rgb = CTERMCOLOR; in get_tgc_attr_idx()2785 new_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in hl_combine_attr()2787 new_en.ae_u.cterm.bg_rgb = CTERMCOLOR; in hl_combine_attr()3313 at_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in set_hl_attr()3314 at_en.ae_u.cterm.bg_rgb = CTERMCOLOR; in set_hl_attr()
204 #define CTERMCOLOR (guicolor_T)-11110 // only used for cterm.bg_rgb and macro
122 # define CTERMCOLOR ((guicolor_T)0x1fffffe) macro124 #define COLOR_INVALID(x) ((x) == INVALCOLOR || (x) == CTERMCOLOR)