Lines Matching refs:INVALCOLOR
1848 ? aep->ae_u.cterm.fg_rgb != INVALCOLOR in screen_start_highlight()
1882 if (aep->ae_u.cterm.fg_rgb != INVALCOLOR) in screen_start_highlight()
1895 if (aep->ae_u.cterm.bg_rgb != INVALCOLOR) in screen_start_highlight()
1908 if (aep->ae_u.cterm.ul_rgb != INVALCOLOR) in screen_start_highlight()
1968 ? aep->ae_u.cterm.fg_rgb != INVALCOLOR in screen_stop_highlight()
1977 ? aep->ae_u.cterm.bg_rgb != INVALCOLOR in screen_stop_highlight()
2069 if (cterm_normal_fg_gui_color != INVALCOLOR) in screen_stop_highlight()
2071 if (cterm_normal_bg_gui_color != INVALCOLOR) in screen_stop_highlight()
2073 if (cterm_normal_ul_gui_color != INVALCOLOR) in screen_stop_highlight()
2108 if (p_tgc ? (cterm_normal_fg_gui_color != INVALCOLOR in reset_cterm_colors()
2109 || cterm_normal_bg_gui_color != INVALCOLOR) in reset_cterm_colors()
3072 || (p_tgc && cterm_normal_bg_gui_color == INVALCOLOR) in can_clear()