Searched refs:attr_t (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_instr.c67 attr_t attrs;
H A Dlib_overlay.c153 attr_t bk;
154 attr_t mask;
159 mask = ~(attr_t) ((bk & A_COLOR) ? A_COLOR : 0);
H A Dlib_screen.c77 ,pATTR /* attr_t */
87 attr_t attr;
213 decode_attr(char *source, attr_t *target, int *color)
328 attr_t attr = ChAttrOf(fillin);
345 attr_t attr = fillin->attr;
658 attr_t source,
659 attr_t prior,
824 attr_t attr;
832 attr = (*(const attr_t *) dp) & ~A_CHARTEXT;
834 (*(const attr_t *) d
[all...]
H A Dlib_addch.c55 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0))
61 attr_t a = WINDOW_ATTRS(win);
219 attr_t attrs = AttrOf(CHDEREF(ch));
274 attr_t attr = AttrOf(ch);
H A Dlib_box.c55 return ((attr_t) CharOf(wch)) | AttrOf(wch);
H A DMKlib_gen.sh230 } else if ( $first == "attr_t" || $second == "attrset" || $second == "standout" || $second == "standend" || $second == "wattrset" || $second == "wstandout" || $second == "wstandend" ) {
232 returnCast = "(attr_t)";
311 } else if ( ch == "attr_t" || ch == "NCURSES_ATTR_T" ) {
468 gsub(/ (int|short|attr_t|chtype|wchar_t|NCURSES_BOOL|NCURSES_OUTC|NCURSES_OUTC_sp|va_list) /," ",value);
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c114 attr_t turn_on, turn_off;
206 attr_t mask = NCURSES_BITS((value & 63)
H A Dtty_update.c833 attr_t rattr = A_NORMAL;
839 attr_t thisattr = AttrOf(thisline[j]) & SP_PARM->_xmc_triggers;
840 attr_t turnon = thisattr & ~rattr;
887 attr_t testattr =
950 attr_t testattr = AttrOf(newscr->_line[p].text[q]);
2255 NCURSES_SP_NAME(_nc_do_xmc_glitch) (NCURSES_SP_DCLx attr_t previous)
2258 attr_t chg = XMC_CHANGES(previous ^ AttrOf(SCREEN_ATTRS(SP_PARM)));
2275 _nc_do_xmc_glitch(attr_t previous)
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c59 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0))
65 attr_t a = WINDOW_ATTRS(win);
/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dreport_offsets.c114 show_size(attr_t);
/freebsd-13-stable/usr.sbin/bluetooth/sdpd/
H A Dssar.c159 const attr_t *attr;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp358 void AttributeOn(attr_t attr) { ::wattron(m_window, attr); }
359 void AttributeOff(attr_t attr) { ::wattroff(m_window, attr); }
522 attr_t attr = 0;
919 const attr_t hilgight_attr = A_REVERSE;
933 const attr_t shortcut_attr = A_UNDERLINE | A_BOLD;
2309 attr_t changd_attr = 0;
3443 const attr_t selected_highlight_attr = A_REVERSE;
3444 const attr_t pc_highlight_attr = COLOR_PAIR(1);
3455 attr_t highlight_attr = 0;
3456 attr_t bp_att
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c302 attr_t attr = AttrOf(buf[first]);
/freebsd-13-stable/contrib/dialog/
H A Dutil.c512 attr_t my_result;
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c171 MapAttr(WORD res, attr_t ch)
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c146 attr_t attrs;

Completed in 214 milliseconds

12