Searched refs:COLOR_RED (Results 1 – 8 of 8) sorted by relevance
| /minix3/lib/libcurses/ |
| H A D | color.c | 195 if (COLORS >= COLOR_RED) in start_color() 196 (void) init_color(COLOR_RED, 1000, 0, 0); in start_color() 289 case COLOR_RED: in init_pair() 293 fore = COLOR_RED; in init_pair() 303 case COLOR_RED: in init_pair() 307 back = COLOR_RED; in init_pair() 352 case COLOR_RED: in pair_content() 356 *forep = COLOR_RED; in pair_content() 366 case COLOR_RED: in pair_content() 370 *backp = COLOR_RED; in pair_content() [all …]
|
| H A D | curses.h | 385 #define COLOR_RED 0x01 macro
|
| /minix3/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 1000 0 0 color_content $COLOR_RED
|
| H A D | assume_default_colors | 13 call OK assume_default_colors $COLOR_RED -1
|
| H A D | std_defines | 14 assign COLOR_RED 0x01
|
| /minix3/games/colorbars/ |
| H A D | colorbars.c | 45 { "Red", COLOR_RED }, in main()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2524 COLOR_RED, enumerator 2534 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2547 case COLOR_RED: return "1"; in GetAnsiColorCode() 2766 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2818 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2843 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4254 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4288 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4296 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4305 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|