Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c119 at |= WA_HORIZONTAL; in term_attrs()
168 at |= WA_HORIZONTAL; in term_attrs()
H A Dvid_puts.c104 (long) ISATTR(attr, WA_HORIZONTAL), in vid_puts()
277 if (ISATTR(attr, WA_HORIZONTAL) in turn_on()
280 new |= WA_HORIZONTAL; in turn_on()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c113 at |= WA_HORIZONTAL; in term_attrs()
162 at |= WA_HORIZONTAL; in term_attrs()
H A Dvid_puts.c105 p1 = (long) ISATTR(attr, WA_HORIZONTAL); in vid_puts()
271 if (ISATTR(attr, WA_HORIZONTAL) && in turn_on()
274 new |= WA_HORIZONTAL; in turn_on()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h89 #define WA_HORIZONTAL 0x0200 macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h88 #define WA_HORIZONTAL 0x0200 macro