Searched refs:SetChar (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_wacs.c | 135 SetChar(_nc_wacs[m], table[n].value[1], A_NORMAL); in _nc_init_wacs() 137 SetChar(_nc_wacs[m], m, A_ALTCHARSET); in _nc_init_wacs() 139 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL); in _nc_init_wacs()
|
H A D | lib_add_wch.c | 390 SetChar(sch, *s++, AttrOf(ch)); in wadd_wch_nosync()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_addstr.c | 72 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT() 247 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
|
H A D | lib_bkgd.c | 75 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in wbkgrndset() 228 SetChar(*cp, L' ', AttrOf(new_char)); in _nc_background()
|
H A D | lib_pad.c | 71 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT() 240 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
|
H A D | lib_newwin.c | 175 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME() 309 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
|
H A D | lib_addch.c | 235 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch() 534 SetChar(sch, UChar(*s++), AttrOf(ch)); in waddch_nosync()
|
H A D | lib_color.c | 507 SetChar(ptr->text[x], 0, 0); in _nc_change_pair()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 323 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar() 338 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar() 352 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar() 648 SetChar(temp, in EmitRange()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1413 #define SetChar(ch,c,a) do { \ macro 1491 #define SetChar(ch,c,a) ch = (c) | (a) macro 1515 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 10720 + add/use SetChar() macro, to change a cchar_t based on a character and
|