Searched refs:VTERM_COLOR_IS_INDEXED (Results 1 – 2 of 2) sorted by relevance
212 if (VTERM_COLOR_IS_INDEXED(a)) { in vterm_color_is_equal()256 if (VTERM_COLOR_IS_INDEXED(col)) { /* Convert indexed colors to RGB */ in vterm_state_convert_color_to_rgb()290 …if(!VTERM_COLOR_IS_DEFAULT_FG(fg) && VTERM_COLOR_IS_INDEXED(fg) && fg->indexed.idx < 8 && state->b… in vterm_state_setpen()432 if (VTERM_COLOR_IS_INDEXED(col)) { in vterm_state_getpen_color()
97 #define VTERM_COLOR_IS_INDEXED(col) \ macro