Home
last modified time | relevance | path

Searched defs:Cyan (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_report_decorator.h39 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h41 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_report_decorator.h39 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
/netbsd/external/gpl2/groff/dist/src/include/
H A Dcolor.h87 #define Cyan components[0] macro