Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c902 int my_r, my_g, my_b; in NCURSES_SP_NAME() local
903 int rc = _nc_color_content(SP_PARM, color, &my_r, &my_g, &my_b); in NCURSES_SP_NAME()
907 *b = limit_COLOR(my_b); in NCURSES_SP_NAME()
970 int my_f, my_b; in NCURSES_SP_NAME() local
971 int rc = _nc_pair_content(SP_PARM, pair, &my_f, &my_b); in NCURSES_SP_NAME()
974 *b = limit_COLOR(my_b); in NCURSES_SP_NAME()