Searched refs:SetChar (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/ncurses/ncurses/widechar/ |
| HD | lib_wacs.c | 129 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()
|
| HD | lib_add_wch.c | 383 SetChar(sch, *s++, AttrOf(ch)); in wadd_wch_nosync()
|
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | lib_addstr.c | 68 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT() 238 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
|
| HD | lib_pad.c | 70 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT() 233 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
|
| HD | lib_newwin.c | 170 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME() 304 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
|
| HD | lib_bkgd.c | 72 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in NCURSES_EXPORT()
|
| HD | lib_addch.c | 216 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch() 504 SetChar(sch, *s++, AttrOf(ch)); in waddch_nosync()
|
| HD | lib_color.c | 535 SetChar(ptr->text[x], 0, 0); in NCURSES_SP_NAME()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 1391 #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/ |
| HD | tty_update.c | 298 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar() 307 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar()
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 6339 + add/use SetChar() macro, to change a cchar_t based on a character and
|