A_ALTCHARSET
if ((AttrOf(ch) & A_ALTCHARSET)
(ChAttrOf(ch) & A_ALTCHARSET) ||
#define WA_ALTCHARSET A_ALTCHARSET
|| (AttrOf(ch) & A_ALTCHARSET) \
#define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARSET | A_INVIS | A_PROTECT)
real_map[UChar(acs_chars[i])] = UChar(acs_chars[i + 1]) | A_ALTCHARSET;
fake_map[j] = A_ALTCHARSET | (chtype) j;
attrs |= A_ALTCHARSET;
real_map[UChar(acs_chars[i])] = UChar(acs_chars[i + 1]) | A_ALTCHARSET;
attr &= ~A_ALTCHARSET;
if ((AttrOf(oldattr) & A_ALTCHARSET)
if ((PreviousAttr & A_ALTCHARSET) && exit_alt_charset_mode) {
PreviousAttr &= ~A_ALTCHARSET;
(newmode & A_ALTCHARSET) != 0),
TurnOff(A_ALTCHARSET, exit_alt_charset_mode);
TurnOn(A_ALTCHARSET, enter_alt_charset_mode);
attrs |= A_ALTCHARSET;
|| (AttrOf(attr) & A_ALTCHARSET
if ((AttrOf(attr) & A_ALTCHARSET)
RemAttr(attr, A_ALTCHARSET);
RemAttr(attr, A_ALTCHARSET);
if (!(AttrOf(attr) & A_ALTCHARSET)) {
RemAttr(attr, A_ALTCHARSET);
if (AttrOf(attr) & A_ALTCHARSET) {
RemAttr(attr, A_ALTCHARSET);
(CharOf(ntext0) < ((AttrOf(ntext0) & A_ALTCHARSET)
if ((AttrOf(temp) & A_ALTCHARSET) &&
AttrOf(ntext0) | A_ALTCHARSET);
if ((AttrOf(ch) & A_ALTCHARSET)
if ((previous_attr & A_ALTCHARSET) && exit_alt_charset_mode) {
previous_attr &= ~A_ALTCHARSET;
(newmode & A_ALTCHARSET) != 0),
TurnOff(A_ALTCHARSET, exit_alt_charset_mode);
TurnOn(A_ALTCHARSET, enter_alt_charset_mode);
} else if (acs_map[m] & A_ALTCHARSET) {
SetChar(_nc_wacs[m], m, A_ALTCHARSET);