Searched refs:WA_ALTCHARSET (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wacs.c | 56 { 1, 1, 0, WA_ALTCHARSET, L"x" }; 58 { 1, 1, 0, WA_ALTCHARSET, L"q" }; 60 { 1, 1, 0, WA_ALTCHARSET, L"l" }; 62 { 1, 1, 0, WA_ALTCHARSET, L"k" }; 64 { 1, 1, 0, WA_ALTCHARSET, L"m" }; 66 { 1, 1, 0, WA_ALTCHARSET, L"j" }; 68 { 1, 1, 0, WA_ALTCHARSET, L"u" }; 70 { 1, 1, 0, WA_ALTCHARSET, L"t" }; 72 { 1, 1, 0, WA_ALTCHARSET, L"v" }; 74 { 1, 1, 0, WA_ALTCHARSET, L"w" }; [all …]
|
H A D | vid_puts.c | 90 p9 = (long) ISATTR(attr, WA_ALTCHARSET); in vid_puts() 204 if (ISATTR(attr, WA_ALTCHARSET) && in turn_off() 207 new &= ~WA_ALTCHARSET; in turn_off() 219 if (ISATTR(attr, WA_ALTCHARSET) && in turn_on() 222 new |= WA_ALTCHARSET; in turn_on()
|
H A D | termattr.c | 101 at |= WA_ALTCHARSET; in term_attrs() 137 at |= WA_ALTCHARSET; in term_attrs()
|
H A D | m_cc.c | 563 cp->_at = (cc->_at | w->_fg._at) & ~WA_ALTCHARSET; in __m_cc_replace()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wacs.c | 51 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("x") }; 53 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("q") }; 55 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("l") }; 57 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("k") }; 59 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("m") }; 61 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("j") }; 63 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("u") }; 65 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("t") }; 67 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("v") }; 69 { 1, 1, WA_ALTCHARSET, 0, M_MB_L("w") }; [all …]
|
H A D | vid_puts.c | 89 (long) ISATTR(attr, WA_ALTCHARSET) in vid_puts() 218 if (ISATTR(attr, WA_ALTCHARSET) in turn_off() 221 new &= ~WA_ALTCHARSET; in turn_off() 233 if (ISATTR(attr, WA_ALTCHARSET) in turn_on() 236 new |= WA_ALTCHARSET; in turn_on()
|
H A D | termattr.c | 107 at |= WA_ALTCHARSET; in term_attrs() 143 at |= WA_ALTCHARSET; in term_attrs()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 90 #define WA_ALTCHARSET 0x0100 macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 89 #define WA_ALTCHARSET 0x0100 macro
|