Searched refs:COLOR_INVALID (Results 1 – 3 of 3) sorted by relevance
1829 if (aep == NULL || COLOR_INVALID(aep->ae_u.cterm.fg_rgb)) in screen_start_highlight()1831 if (aep == NULL || COLOR_INVALID(aep->ae_u.cterm.bg_rgb)) in screen_start_highlight()
2781 if (COLOR_INVALID(spell_aep->ae_u.cterm.fg_rgb) in hl_combine_attr()2782 && COLOR_INVALID(spell_aep->ae_u.cterm.bg_rgb)) in hl_combine_attr()
124 #define COLOR_INVALID(x) ((x) == INVALCOLOR || (x) == CTERMCOLOR) macro