Home
last modified time | relevance | path

Searched refs:WA_BLINK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c90 at |= WA_BLINK; in term_attrs()
144 at |= WA_BLINK; in term_attrs()
H A Dvid_puts.c82 (long) ISATTR(attr, WA_BLINK), in vid_puts()
237 if (ISATTR(attr, WA_BLINK) && enter_blink_mode != (char *) 0) { in turn_on()
239 new |= WA_BLINK; in turn_on()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c84 at |= WA_BLINK; in term_attrs()
138 at |= WA_BLINK; in term_attrs()
H A Dvid_puts.c83 p4 = (long) ISATTR(attr, WA_BLINK); in vid_puts()
223 if (ISATTR(attr, WA_BLINK) && in turn_on()
226 new |= WA_BLINK; in turn_on()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h83 #define WA_BLINK 0x0008 macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h82 #define WA_BLINK 0x0008 macro