Searched refs:VTERM_COLOR_IS_INDEXED (Results 1 – 4 of 4) sorted by relevance
233 if (VTERM_COLOR_IS_INDEXED(a)) { in vterm_color_is_equal()280 if (VTERM_COLOR_IS_INDEXED(col)) { /* Convert indexed colors to RGB */ in vterm_state_convert_color_to_rgb()314 …if(!VTERM_COLOR_IS_DEFAULT_FG(fg) && VTERM_COLOR_IS_INDEXED(fg) && fg->index < 8 && state->bold_is… in vterm_state_setpen()486 if (VTERM_COLOR_IS_INDEXED(col)) { in vterm_state_getpen_color()
137 #define VTERM_COLOR_IS_INDEXED(col) \ macro
68 else if (VTERM_COLOR_IS_INDEXED(col)) { in print_color()
2755 if (VTERM_COLOR_IS_INDEXED(color)) in color2index()4724 if (VTERM_COLOR_IS_INDEXED(color)) in dump_term_color()