Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
Dlib_wacs.c105 SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL); in _nc_init_wacs()
107 SetChar(_nc_wacs[m], m, A_ALTCHARSET); in _nc_init_wacs()
109 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL); in _nc_init_wacs()
/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dlib_addstr.c68 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT()
233 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
Dlib_newwin.c146 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in newwin()
251 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in _nc_makenew()
Dlib_pad.c67 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT()
215 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
Dlib_bkgd.c72 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in NCURSES_EXPORT()
Dlib_addch.c221 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch()
481 SetChar(sch, *s++, AttrOf(ch)); in waddch_nosync()
Dlib_color.c375 SetChar(ptr->text[x], 0, 0); in init_pair()
/freebsd-10-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1061 #define SetChar(ch,c,a) do { \ macro
1131 #define SetChar(ch,c,a) ch = (c) | (a) macro
1151 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dtty_update.c276 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar()
281 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar()
/freebsd-10-stable/contrib/ncurses/
DNEWS3916 + add/use SetChar() macro, to change a cchar_t based on a character and