Home
last modified time | relevance | path

Searched refs:color_content (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcolor_content3 call4 OK 0 0 0 color_content $COLOR_BLACK
4 call4 OK 1000 0 0 color_content $COLOR_RED
5 call4 OK 0 1000 0 color_content $COLOR_GREEN
6 call4 OK 1000 1000 0 color_content $COLOR_YELLOW
7 call4 OK 0 0 1000 color_content $COLOR_BLUE
8 call4 OK 1000 0 1000 color_content $COLOR_MAGENTA
9 call4 OK 0 1000 1000 color_content $COLOR_CYAN
10 call4 OK 1000 1000 1000 color_content $COLOR_WHITE
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c898 NCURSES_SP_NAME(color_content) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
916 color_content(NCURSES_COLOR_T color, in color_content() function
921 return NCURSES_SP_NAME(color_content) (CURRENT_SCREEN, color, r, g, b); in color_content()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in187 color_content.3x color_content.3ncurses
H A Dmanhtml.aliases44 color_content(3X) curs_color(3X)
/freebsd/contrib/ncurses/misc/
H A Dncurses.def170 "color_content" @35 NONAME
H A Dncurses.ref56 "color_content" @35 NONAME ; implemented
/freebsd/lib/ncurses/tinfo/
H A DMakefile572 curs_color.3 color_content.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest335 #undef color_content
336 int color_content(
H A Dllib-lncurses332 #undef color_content
333 int color_content(
H A Dllib-lncursestw372 #undef color_content
373 int color_content(
H A Dllib-lncursesw369 #undef color_content
370 int color_content(
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in648 extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES…
1029 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_…
/freebsd/contrib/ncurses/
H A DMANIFEST1111 ./test/color_content.c
H A DNEWS2650 + add -x option to test/pair_content, test/color_content for testing
2653 + add -p option to test/pair_content, test/color_content to show the
2685 + add test/pair_content.c and test/color_content.c
3393 color_content() and pair_content() to dummy parameters.
3401 improve color_content().
9165 pair_content() and color_content().
12396 that color_content() will return usable values for COLORS greater
12500 + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
H A DINSTALL1663 in that special case for the color_content function.
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c1886 report_return(color_content(colour, &red, &green, &blue)); in cmd_color_content()