Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c79 (long) ISATTR(attr, WA_STANDOUT), in vid_puts()
210 if (ISATTR(attr, WA_STANDOUT) in turn_off()
213 new &= ~WA_STANDOUT; in turn_off()
267 if (ISATTR(attr, WA_STANDOUT) && enter_standout_mode != (char *) 0) { in turn_on()
269 new |= WA_STANDOUT; in turn_on()
H A Dtermattr.c81 at |= WA_STANDOUT; in term_attrs()
162 at |= WA_STANDOUT; in term_attrs()
H A Dattr_on.c114 stdscr->_fg._at |= WA_STANDOUT;
H A Dwattr_on.c126 w->_fg._at |= WA_STANDOUT; in wstandout()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c80 p1 = (long) ISATTR(attr, WA_STANDOUT); in vid_puts()
196 if (ISATTR(attr, WA_STANDOUT) && in turn_off()
199 new &= ~WA_STANDOUT; in turn_off()
259 if (ISATTR(attr, WA_STANDOUT) && in turn_on()
262 new |= WA_STANDOUT; in turn_on()
H A Dtermattr.c75 at |= WA_STANDOUT; in term_attrs()
156 at |= WA_STANDOUT; in term_attrs()
H A Dwattr_on.c112 w->_fg._at |= WA_STANDOUT; in wstandout()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h80 #define WA_STANDOUT 0x0001 macro
1076 #define wstandout(w) (wattr_on(w, WA_STANDOUT, (void *)0), 1)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h79 #define WA_STANDOUT 0x0001 macro