Searched defs:Yellow (Results 1 – 4 of 4) sorted by relevance
38 const char *Yellow() const { return ansi_ ? "\033[1m\033[33m" : ""; } in Yellow() function
37 const char *Yellow() const { return ansi_ ? "\033[1m\033[33m" : ""; } in Yellow() function
36 const char *Yellow() const { return ansi_ ? "\033[1m\033[33m" : ""; } in Yellow() function
89 #define Yellow components[2] macro