Searched refs:my_b (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 904 int my_r, my_g, my_b; in NCURSES_SP_NAME() local 905 int rc = _nc_color_content(SP_PARM, color, &my_r, &my_g, &my_b); in NCURSES_SP_NAME() 909 *b = limit_COLOR(my_b); in NCURSES_SP_NAME() 972 int my_f, my_b; in NCURSES_SP_NAME() local 973 int rc = _nc_pair_content(SP_PARM, pair, &my_f, &my_b); in NCURSES_SP_NAME() 976 *b = limit_COLOR(my_b); in NCURSES_SP_NAME()
|