Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c134 at |= WA_VERTICAL; in term_attrs()
183 at |= WA_VERTICAL; in term_attrs()
H A Dvid_puts.c109 (long) ISATTR(attr, WA_VERTICAL), in vid_puts()
303 if (ISATTR(attr, WA_VERTICAL) && enter_vertical_hl_mode != (char *) 0) { in turn_on()
305 new |= WA_VERTICAL; in turn_on()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c128 at |= WA_VERTICAL; in term_attrs()
177 at |= WA_VERTICAL; in term_attrs()
H A Dvid_puts.c110 p6 = (long) ISATTR(attr, WA_VERTICAL); in vid_puts()
301 if (ISATTR(attr, WA_VERTICAL) && in turn_on()
304 new |= WA_VERTICAL; in turn_on()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h94 #define WA_VERTICAL 0x4000 macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h93 #define WA_VERTICAL 0x4000 macro