Lines Matching refs:INVALCOLOR
2346 guicolor_T term_fg = INVALCOLOR; in term_get_cursor_shape()
2347 guicolor_T term_bg = INVALCOLOR; in term_get_cursor_shape()
2366 if (term_bg != INVALCOLOR) in term_get_cursor_shape()
2373 if (term_fg != INVALCOLOR) in term_get_cursor_shape()
2908 ? INVALCOLOR in cell2attr()
2911 ? INVALCOLOR in cell2attr()
3924 guicolor_T fg_rgb = INVALCOLOR; in get_vterm_color_from_synid()
3925 guicolor_T bg_rgb = INVALCOLOR; in get_vterm_color_from_synid()
3930 if (fg_rgb != INVALCOLOR) in get_vterm_color_from_synid()
3941 if (bg_rgb != INVALCOLOR) in get_vterm_color_from_synid()
4145 if (guicolor == INVALCOLOR) in set_ansi_colors_list()