Searched refs:color_pair (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_cchar.c50 NCURSES_PAIRS_T color_pair,
59 (unsigned long) attrs, (int) color_pair, opts));
84 SetPair(CHDEREF(wcval), color_pair); local
99 NCURSES_PAIRS_T *color_pair,
110 (void *) color_pair,
124 } else if (attrs == 0 || color_pair == 0) {
128 *color_pair = (NCURSES_PAIRS_T) GetPair(*wcval);
47 setcchar(cchar_t *wcval, const wchar_t *wch, const attr_t attrs, NCURSES_PAIRS_T color_pair, const void *opts) argument
96 getcchar(const cchar_t *wcval, wchar_t *wch, attr_t *attrs, NCURSES_PAIRS_T *color_pair, void *opts) argument

Completed in 47 milliseconds