Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c135 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 Dlib_add_wch.c384 SetChar(sch, *s++, AttrOf(ch)); in wadd_wch_nosync()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_addstr.c69 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT()
241 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
H A Dlib_pad.c71 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT()
240 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
H A Dlib_newwin.c175 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 Dlib_addch.c221 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch()
511 SetChar(sch, UChar(*s++), AttrOf(ch)); in waddch_nosync()
H A Dlib_bkgd.c73 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in NCURSES_EXPORT()
H A Dlib_color.c510 SetChar(ptr->text[x], 0, 0); in _nc_change_pair()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c322 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar()
337 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar()
351 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar()
643 SetChar(temp, in EmitRange()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1553 #define SetChar(ch,c,a) do { \ macro
1631 #define SetChar(ch,c,a) ch = (c) | (a) macro
1655 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))