Home
last modified time | relevance | path

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

/minix3/lib/libcurses/
H A Dcolor.c195 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 Dcurses.h385 #define COLOR_RED 0x01 macro
/minix3/tests/lib/libcurses/tests/
H A Dcolor_set6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dcolor_content4 call4 OK 1000 0 0 color_content $COLOR_RED
H A Dassume_default_colors13 call OK assume_default_colors $COLOR_RED -1
H A Dstd_defines14 assign COLOR_RED 0x01
/minix3/games/colorbars/
H A Dcolorbars.c45 { "Red", COLOR_RED }, in main()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2524 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 …]