Home
last modified time | relevance | path

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

/freebsd/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/contrib/ncurses/ncurses/base/
H A Dlib_color.c967 NCURSES_SP_NAME(pair_content) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
983 pair_content(NCURSES_COLOR_T pair, NCURSES_COLOR_T *f, NCURSES_COLOR_T *b) in pair_content() function
985 return NCURSES_SP_NAME(pair_content) (CURRENT_SCREEN, pair, f, b); in pair_content()
/freebsd/usr.bin/systat/
H A Dmain.c209 pair_content(0, &cf, &cb); in main()
/freebsd/tools/tools/ath/athratestats/
H A Dmain.c377 pair_content(0, &cf, &cb); in main()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c154 if (pair_content(pairnum, &fg, &bg) == OK) { in _traceattr2()
/freebsd/usr.sbin/gstat/
H A Dgstat.c206 pair_content(0, &cf, &cb); in main()
/freebsd/contrib/bsddialog/lib/
H A Dtheme.c275 if (pair_content(PAIR_NUMBER(color), &fg, &bg) != OK) in bsddialog_color_attrs()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def308 "pair_content" @208 NONAME
H A Dncurses.ref229 "pair_content" @208 NONAME ; implemented
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c1312 pair_content(0, &cf, &cb); in main()
/freebsd/lib/ncurses/tinfo/
H A DMakefile576 curs_color.3 pair_content.3 \
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c551 if (NCURSES_SP_NAME(pair_content) (NCURSES_SP_ARGx in can_clear_with()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest359 #undef pair_content
360 int pair_content(
H A Dllib-lncurses356 #undef pair_content
357 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/contrib/ncurses/include/
H A Dcurses.h.in773 extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* im…
1063 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T…
/freebsd/contrib/ncurses/
H A DMANIFEST1200 ./test/pair_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
2914 + add check in pair_content() to handle the case where caller asks
3393 color_content() and pair_content() to dummy parameters.
9165 pair_content() and color_content().
9166 + modify pair_content() to return -1 for consistency with init_pair()
12500 + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
H A DINSTALL1974 + pair_content() now returns -1 for consistency with init_pair() if it
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3779 report_return(pair_content(pair, &fore, &back)); in cmd_pair_content()