Home
last modified time | relevance | path

Searched refs:pair_content (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/dialog/
H A Darrows.c54 if (pair_content(fg_pair, &fg_f, &bg_f) != ERR in merge_colors()
55 && pair_content(bg_pair, &fg_b, &bg_b) != ERR) { in merge_colors()
H A Dutil.c590 if (pair_content((short) pair, &fg, &bg) != ERR in dlg_color_pair()
622 && pair_content((short) pair, &fg, &bg) != ERR) { in define_color()
860 if (pair_content(pair, &fg, &bg) != ERR in dlg_print_text()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_color.c965 NCURSES_SP_NAME(pair_content) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
981 pair_content(NCURSES_COLOR_T pair, NCURSES_COLOR_T *f, NCURSES_COLOR_T *b) in pair_content() function
983 return NCURSES_SP_NAME(pair_content) (CURRENT_SCREEN, pair, f, b); in pair_content()
/freebsd-14.2/usr.bin/systat/
H A Dmain.c211 pair_content(0, &cf, &cb); in main()
/freebsd-14.2/tools/tools/ath/athratestats/
H A Dmain.c377 pair_content(0, &cf, &cb); in main()
/freebsd-14.2/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c154 if (pair_content(pairnum, &fg, &bg) == OK) { in _traceattr2()
/freebsd-14.2/usr.sbin/gstat/
H A Dgstat.c206 pair_content(0, &cf, &cb); in main()
/freebsd-14.2/contrib/ncurses/misc/
H A Dncurses.def308 "pair_content" @208 NONAME
H A Dncurses.ref229 "pair_content" @208 NONAME ; implemented
/freebsd-14.2/contrib/bsddialog/lib/
H A Dtheme.c311 if (pair_content(PAIR_NUMBER(color), &f, &b) != OK) in bsddialog_color_attrs()
/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcstat.c1315 pair_content(0, &cf, &cb); in main()
/freebsd-14.2/lib/ncurses/tinfo/
H A DMakefile575 curs_color.3 pair_content.3 \
/freebsd-14.2/contrib/ncurses/ncurses/tty/
H A Dtty_update.c543 if (NCURSES_SP_NAME(pair_content) (NCURSES_SP_ARGx in can_clear_with()
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dllib-lncurses356 #undef pair_content
357 int pair_content(
H A Dllib-lncursest359 #undef pair_content
360 int pair_content(
H A Dllib-lncursestw396 #undef pair_content
397 int pair_content(
H A Dllib-lncursesw393 #undef pair_content
394 int pair_content(
/freebsd-14.2/contrib/ncurses/include/
H A Dcurses.h.in770 extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* im…
1060 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T…
/freebsd-14.2/contrib/ncurses/
H A DMANIFEST1199 ./test/pair_content.c
H A DNEWS2081 + add -x option to test/pair_content, test/color_content for testing
2084 + add -p option to test/pair_content, test/color_content to show the
2116 + add test/pair_content.c and test/color_content.c
2345 + add check in pair_content() to handle the case where caller asks
2824 color_content() and pair_content() to dummy parameters.
8596 pair_content() and color_content().
8597 + modify pair_content() to return -1 for consistency with init_pair()
11931 + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
H A DINSTALL1939 + pair_content() now returns -1 for consistency with init_pair() if it
/freebsd-14.2/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3779 report_return(pair_content(pair, &fore, &back)); in cmd_pair_content()