Searched refs:COLOR_GREEN (Results 1 – 7 of 7) sorted by relevance
| /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 | 5 call4 OK 0 1000 0 color_content $COLOR_GREEN
|
| H A D | std_defines | 15 assign COLOR_GREEN 0x02
|
| /minix3/games/colorbars/ |
| H A D | colorbars.c | 46 { "Green", COLOR_GREEN }, in main()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2525 COLOR_GREEN, enumerator 2535 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 2548 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 2715 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 2724 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 2733 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 2744 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 2764 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 2787 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() 2796 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart() [all …]
|
| /minix3/lib/libcurses/ |
| H A D | color.c | 197 if (COLORS >= COLOR_GREEN) in start_color() 198 (void) init_color(COLOR_GREEN, 0, 1000, 0); in start_color()
|
| H A D | curses.h | 386 #define COLOR_GREEN 0x02 macro
|