Home
last modified time | relevance | path

Searched refs:my_r (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()
905 *r = limit_COLOR(my_r); in NCURSES_SP_NAME()