Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_color.c901 int my_r, my_g, my_b; in NCURSES_SP_NAME() local
902 int rc = _nc_color_content(SP_PARM, color, &my_r, &my_g, &my_b); in NCURSES_SP_NAME()
906 *b = limit_COLOR(my_b); in NCURSES_SP_NAME()
969 int my_f, my_b; in NCURSES_SP_NAME() local
970 int rc = _nc_pair_content(SP_PARM, pair, &my_f, &my_b); in NCURSES_SP_NAME()
973 *b = limit_COLOR(my_b); in NCURSES_SP_NAME()