Searched refs:COLOR_RED (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcolorprint.h11 COLOR_RED, enumerator in enum:benchmark::LogColor
H A Dcolorprint.cc45 case COLOR_RED:
63 case COLOR_RED:
H A Dconsole_reporter.cc112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcolorprint.h11 COLOR_RED, enumerator in enum:benchmark::LogColor
H A Dcolorprint.cc45 case COLOR_RED:
63 case COLOR_RED:
H A Dconsole_reporter.cc127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
/netbsd-current/lib/libcurses/
H A Dcolor.c199 if (COLORS >= COLOR_RED)
200 (void)init_color_value(COLOR_RED, RGB_ON, 0, 0);
293 case COLOR_RED:
297 fore = COLOR_RED;
307 case COLOR_RED:
311 back = COLOR_RED;
356 case COLOR_RED:
360 *forep = COLOR_RED;
370 case COLOR_RED:
374 *backp = COLOR_RED;
[all...]
H A Dcurses.h389 #define COLOR_RED 0x01 macro
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c34 #define COLOR_RED macro
39 #define COLOR_RED "\33[31m" macro
216 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are failed ", fail, fail * 100 / (success + fail));
/netbsd-current/games/colorbars/
H A Dcolorbars.c45 { "Red", COLOR_RED },
/netbsd-current/games/testpat/
H A Dtestpat.c48 COLOR_RED,
95 init_pair(1, COLOR_WHITE, COLOR_RED);
448 attrset(COLOR_PAIR(COLOR_RED));
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2935 case COLOR_RED: return FOREGROUND_RED;
2979 case COLOR_RED: return "1";
3242 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
3305 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
3361 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
5377 COLOR_RED,
5384 ColoredPrintf(COLOR_RED,
5401 ColoredPrintf(COLOR_RED,
5435 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str());
5443 ColoredPrintf(COLOR_RED, "
[all...]
/netbsd-current/games/worms/
H A Dworms.c562 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW,
/netbsd-current/usr.bin/aiomixer/
H A Dmain.c558 init_pair(COLOR_ENUM_ON, COLOR_WHITE, COLOR_RED);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c206 COLOR_RED,
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c210 COLOR_RED,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator in enum:testing::internal::GTestColor
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c37 #define COLOR_RED macro
42 #define COLOR_RED "\33[31m" macro
5409 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are " COLOR_RED "FAILED" COLOR_DEFAULT " ", TEST_COUNT - successful_tests, (TEST_COUNT - successful_tests) * 100 / 47);

Completed in 404 milliseconds