Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
H A Dnew_pair.h110 extern NCURSES_EXPORT(void) _nc_reset_color_pair(SCREEN*, int, colorpair_t*);
114 #define _nc_reset_color_pair(sp, pair, data) /* nothing */ macro
H A Dllib-lncursestw3568 #undef _nc_reset_color_pair
3569 void _nc_reset_color_pair(
H A Dllib-lncursesw3559 #undef _nc_reset_color_pair
3560 void _nc_reset_color_pair(
/freebsd/contrib/ncurses/ncurses/base/
H A Dnew_pair.c196 _nc_reset_color_pair(SCREEN *sp, int pair, colorpair_t * next) in _nc_reset_color_pair() function
H A Dlib_color.c654 _nc_reset_color_pair(sp, pair, &result); in _nc_init_pair()