Searched refs:VTERM_COLOR_IS_RGB (Results 1 – 2 of 2) sorted by relevance
215 else if (VTERM_COLOR_IS_RGB(a)) { in vterm_color_is_equal()446 else if (VTERM_COLOR_IS_RGB(col)) { in vterm_state_getpen_color()
104 #define VTERM_COLOR_IS_RGB(col) \ macro