| /netbsd-src/lib/libcurses/ |
| H A D | color.c | 200 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 D | curses.h | 389 #define COLOR_RED 0x01 macro
|
| /netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
| H A D | regexMain.c | 34 #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 D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
| H A D | colorprint.h | 11 COLOR_RED, enumerator
|
| H A D | console_reporter.cc | 127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
| H A D | colorprint.h | 11 COLOR_RED, enumerator
|
| H A D | console_reporter.cc | 112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | color_set | 6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
|
| H A D | color_content | 4 call4 OK 680 0 0 color_content $COLOR_RED
|
| H A D | mvchgat | 2 call OK init_pair 3 $COLOR_RED $COLOR_BLUE
|
| H A D | wcolor_set | 7 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
|
| H A D | mvwchgat | 2 call OK init_pair 3 $COLOR_RED $COLOR_BLUE
|
| H A D | assume_default_colors | 13 call OK assume_default_colors $COLOR_RED -1
|
| H A D | slk | 50 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
|
| H A D | std_defines | 14 assign COLOR_RED 0x01
|
| /netbsd-src/games/testpat/ |
| H A D | testpat.c | 48 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 D | colorbars.c | 45 { "Red", COLOR_RED }, in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2935 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 D | worms.c | 562 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW, in initclr()
|
| /netbsd-src/usr.bin/aiomixer/ |
| H A D | main.c | 556 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 D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
| /netbsd-src/sys/external/bsd/sljit/dist/test_src/ |
| H A D | sljitTest.c | 37 #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()
|