Home
last modified time | relevance | path

Searched refs:A_ATTRIBUTES (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A Dwbkgdset.c41 win->_attrs = (win->_attrs & ~(win->_bkgd & A_ATTRIBUTES)) | in wbkgdset()
42 (c & A_ATTRIBUTES); in wbkgdset()
H A Dwattroff.c58 if ((a & A_ATTRIBUTES) == A_NORMAL) in wattroff()
63 win->_attrs &= ~a & A_ATTRIBUTES; in wattroff()
H A Dtstp.c60 curscr->_attrs = A_ATTRIBUTES; in _tstp()
83 curscr->_attrs = A_ATTRIBUTES; in _ccleanup()
H A DV3.wattron.c52 win->_attrs |= _FROM_OCHTYPE(attrs) & A_ATTRIBUTES; in wattron()
H A DV3.wattrset.c52 win->_attrs = (_FROM_OCHTYPE(attrs) | win->_bkgd) & A_ATTRIBUTES; in wattrset()
H A DV3.wattroff.c52 win->_attrs &= (~_FROM_OCHTYPE(attrs) | win->_bkgd) & A_ATTRIBUTES; in wattroff()
H A Dwattron.c60 win->_attrs |= (a & A_ATTRIBUTES); in wattron()
H A Dwattrset.c62 win->_attrs = (a | temp_bkgd) & A_ATTRIBUTES; in wattrset()
H A Dcurshdr.h208 #define _ATTR(c) ((c) & A_ATTRIBUTES)
248 #define _TO_OCHTYPE(x) ((_ochtype)(((x&A_ATTRIBUTES)>>9)|(x&0177)))
H A Dvidupdate.c63 chtype oldvideo = (oldmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate()
64 chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate()
H A Dcurses.ed965 (((win)->_attrs = (((win)->_attrs & ~((win)->_bkgd & A_ATTRIBUTES)) | \
966 (c & A_ATTRIBUTES))), ((win)->_bkgd = (c)))
1370 #define A_ATTRIBUTES 031777700000U /* 0xCFFF8000 */
H A Dwrefresh.c75 #define _VIDEO(c) ((c) & A_ATTRIBUTES & ~A_COLOR)
/titanic_44/usr/src/lib/libeti/form/common/
H A Dfield_back.c43 if ((back & (chtype) A_ATTRIBUTES) != back) in set_field_back()
H A Dfield_fore.c43 if ((fore & (chtype) A_ATTRIBUTES) != fore) in set_field_fore()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c59 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR; in termattrs()
H A Dwacs.c159 (chtype) ((acs & A_ATTRIBUTES) | acsc[i+1]), cc in __m_acs_cc()
H A Dm_cc.c163 cc->_at = (attr_t) ((ch & (A_ATTRIBUTES & ~A_COLOR)) >> 16);
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c58 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR; in termattrs()
H A Dwacs.c140 ((acs & A_ATTRIBUTES) | acsc[i+1]), cc); in __m_acs_cc()
H A Dm_cc.c167 cc->_at = (attr_t)((ch & (A_ATTRIBUTES & ~A_COLOR)) >> 16); in __m_chtype_cc()
/titanic_44/usr/src/lib/libeti/menu/inc/
H A Dprivate.h72 #define InvalidAttr(a) (((a) & (chtype) A_ATTRIBUTES) != (a))
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h210 #define A_ATTRIBUTES 0xffff0000U /* Color/Attribute mask */ macro
224 #define A_ATTRIBUTES 0xffff0000UL /* Color/Attribute mask */ macro
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h199 #define A_ATTRIBUTES 0xffff0000L /* Color/Attribute mask */ macro