Home
last modified time | relevance | path

Searched refs:COLOR_RED (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dcolor.c200 if (COLORS >= COLOR_RED) in start_color()
201 (void)init_color_value(COLOR_RED, RGB_ON, 0, 0); in start_color()
294 case COLOR_RED: in init_pair()
298 fore = COLOR_RED; in init_pair()
308 case COLOR_RED: in init_pair()
312 back = COLOR_RED; in init_pair()
357 case COLOR_RED: in pair_content()
361 *forep = COLOR_RED; in pair_content()
371 case COLOR_RED: in pair_content()
375 *backp = COLOR_RED; in pair_content()
[all …]
H A Dcurses.h389 #define COLOR_RED 0x01 macro
/netbsd-src/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 ", fai… in run_tests()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcolorprint.cc45 case COLOR_RED: in GetPlatformColorCode()
63 case COLOR_RED: in GetPlatformColorCode()
H A Dcolorprint.h11 COLOR_RED, enumerator
H A Dconsole_reporter.cc127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcolorprint.cc45 case COLOR_RED: in GetPlatformColorCode()
63 case COLOR_RED: in GetPlatformColorCode()
H A Dcolorprint.h11 COLOR_RED, enumerator
H A Dconsole_reporter.cc112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
/netbsd-src/tests/lib/libcurses/tests/
H A Dcolor_set6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dcolor_content4 call4 OK 680 0 0 color_content $COLOR_RED
H A Dmvchgat2 call OK init_pair 3 $COLOR_RED $COLOR_BLUE
H A Dwcolor_set7 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dmvwchgat2 call OK init_pair 3 $COLOR_RED $COLOR_BLUE
H A Dassume_default_colors13 call OK assume_default_colors $COLOR_RED -1
H A Dslk50 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dstd_defines14 assign COLOR_RED 0x01
/netbsd-src/games/testpat/
H A Dtestpat.c48 COLOR_RED,
95 init_pair(1, COLOR_WHITE, COLOR_RED); in main()
448 attrset(COLOR_PAIR(COLOR_RED)); in main()
/netbsd-src/games/colorbars/
H A Dcolorbars.c45 { "Red", COLOR_RED }, in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2935 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute()
2979 case COLOR_RED: return "1"; in GetAnsiColorCode()
3242 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd()
3305 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests()
3361 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd()
5377 COLOR_RED, in RunAllTests()
5384 ColoredPrintf(COLOR_RED, in RunAllTests()
5401 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded()
5435 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str()); in ShouldShard()
5443 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str()); in ShouldShard()
[all …]
/netbsd-src/games/worms/
H A Dworms.c562 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW, in initclr()
/netbsd-src/usr.bin/aiomixer/
H A Dmain.c556 init_pair(COLOR_ENUM_ON, COLOR_WHITE, COLOR_RED); in main()
/netbsd-src/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
/netbsd-src/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 "… in sljit_test()