Home
last modified time | relevance | path

Searched refs:WA_STANDOUT (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c81 (long) ISATTR(attr, WA_STANDOUT), in vid_puts()
212 if (ISATTR(attr, WA_STANDOUT) in turn_off()
215 new &= ~WA_STANDOUT; in turn_off()
269 if (ISATTR(attr, WA_STANDOUT) && enter_standout_mode != (char *) 0) { in turn_on()
271 new |= WA_STANDOUT; in turn_on()
H A Dtermattr.c83 at |= WA_STANDOUT; in term_attrs()
164 at |= WA_STANDOUT; in term_attrs()
H A Dattr_on.c116 stdscr->_fg._at |= WA_STANDOUT;
H A Dwattr_on.c128 w->_fg._at |= WA_STANDOUT; in wstandout()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c82 p1 = (long) ISATTR(attr, WA_STANDOUT); in vid_puts()
198 if (ISATTR(attr, WA_STANDOUT) && in turn_off()
201 new &= ~WA_STANDOUT; in turn_off()
261 if (ISATTR(attr, WA_STANDOUT) && in turn_on()
264 new |= WA_STANDOUT; in turn_on()
H A Dtermattr.c77 at |= WA_STANDOUT; in term_attrs()
158 at |= WA_STANDOUT; in term_attrs()
H A Dwattr_on.c114 w->_fg._at |= WA_STANDOUT; in wstandout()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h82 #define WA_STANDOUT 0x0001 macro
1078 #define wstandout(w) (wattr_on(w, WA_STANDOUT, (void *)0), 1)
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h81 #define WA_STANDOUT 0x0001 macro