Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/widechar/
HDlib_wacs.c129 SetChar(_nc_wacs[m], table[n].value[1], A_NORMAL); in _nc_init_wacs()
131 SetChar(_nc_wacs[m], m, A_ALTCHARSET); in _nc_init_wacs()
133 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL); in _nc_init_wacs()
HDlib_add_wch.c383 SetChar(sch, *s++, AttrOf(ch)); in wadd_wch_nosync()
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_addstr.c68 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT()
238 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
HDlib_pad.c70 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT()
233 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
HDlib_newwin.c170 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
304 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
HDlib_bkgd.c72 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in NCURSES_EXPORT()
HDlib_addch.c216 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch()
504 SetChar(sch, *s++, AttrOf(ch)); in waddch_nosync()
HDlib_color.c535 SetChar(ptr->text[x], 0, 0); in NCURSES_SP_NAME()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1391 #define SetChar(ch,c,a) do { \ macro
1465 #define SetChar(ch,c,a) ch = (c) | (a) macro
1485 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
/NextBSD/contrib/ncurses/ncurses/tty/
HDtty_update.c298 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar()
307 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar()
/NextBSD/contrib/ncurses/
HDNEWS6339 + add/use SetChar() macro, to change a cchar_t based on a character and