Home
last modified time | relevance | path

Searched refs:COLOR_GREEN (Results 1 – 7 of 7) sorted by relevance

/minix3/tests/lib/libcurses/tests/
H A Dcolor_set6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dcolor_content5 call4 OK 0 1000 0 color_content $COLOR_GREEN
H A Dstd_defines15 assign COLOR_GREEN 0x02
/minix3/games/colorbars/
H A Dcolorbars.c46 { "Green", COLOR_GREEN }, in main()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2525 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 Dcolor.c197 if (COLORS >= COLOR_GREEN) in start_color()
198 (void) init_color(COLOR_GREEN, 0, 1000, 0); in start_color()
H A Dcurses.h386 #define COLOR_GREEN 0x02 macro