Searched defs:COLOR_YELLOW (Results 1 – 5 of 5) sorted by relevance
25 static constexpr const char* COLOR_YELLOW = "\033[0;33m"; variable
28 private static final String COLOR_YELLOW = "yellow"; field in StatusTextUtils
41 private static final int COLOR_YELLOW = 33; field in Clog
67 #define COLOR_YELLOW "\x1B[0;93m" macro
509 static final int COLOR_YELLOW = 5; field in Cea608CCParser.StyleCode