Searched refs:WA_STANDOUT (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vid_puts.c | 81 (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 D | termattr.c | 83 at |= WA_STANDOUT; in term_attrs() 164 at |= WA_STANDOUT; in term_attrs()
|
H A D | attr_on.c | 116 stdscr->_fg._at |= WA_STANDOUT;
|
H A D | wattr_on.c | 128 w->_fg._at |= WA_STANDOUT; in wstandout()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vid_puts.c | 82 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 D | termattr.c | 77 at |= WA_STANDOUT; in term_attrs() 158 at |= WA_STANDOUT; in term_attrs()
|
H A D | wattr_on.c | 114 w->_fg._at |= WA_STANDOUT; in wstandout()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 82 #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 D | curses.h | 81 #define WA_STANDOUT 0x0001 macro
|