acs_chars
acs_chars = ABSENT_STRING;
acs_chars = NULL;
if (acs_chars == ABSENT_STRING
acs_chars = strdup(VT_ACSC);
ANDMISSING(enter_alt_charset_mode, acs_chars);
ANDMISSING(exit_alt_charset_mode, acs_chars);
if (acs_chars != NULL) {
size_t length = strlen(acs_chars);
if (acs_chars[i] != 0 && UChar(acs_chars[i]) < ACS_LEN) {
real_map[UChar(acs_chars[i])] = UChar(acs_chars[i + 1]) | A_ALTCHARSET;
_tracechar(UChar(acs_chars[i])),
_tracechtype(real_map[UChar(acs_chars[i])])));
SP->_screen_acs_map[UChar(acs_chars[i])] = TRUE;
if (acs_chars == NULL || strcmp(acs_chars, show))
(acs_chars == NULL) ? "NULL" : "READ",
_nc_visbuf(acs_chars));
(acs_chars == NULL)
: (strcmp(acs_chars, show)
_nc_safe_strcat(&result, acs_chars);
acs_chars = _nc_save_str(buf2);
} else if (acs_chars == ABSENT_STRING
acs_chars = _nc_save_str(VT_ACSC);
_nc_safe_strcat(&result, acs_chars);
acs_chars = _nc_save_str(buf2);
if (acs_chars != NULL) {
size_t length = strlen(acs_chars);
if (acs_chars[i] != 0 && UChar(acs_chars[i]) < ACS_LEN) {
real_map[UChar(acs_chars[i])] = UChar(acs_chars[i + 1]) | A_ALTCHARSET;
_tracechar(UChar(acs_chars[i])),
_tracechtype(real_map[UChar(acs_chars[i])])));
sp->_screen_acs_map[UChar(acs_chars[i])] = TRUE;
if (acs_chars == NULL || strcmp(acs_chars, show))
(acs_chars == NULL) ? "NULL" : "READ",
_nc_visbuf(acs_chars));
(acs_chars == NULL)
: (strcmp(acs_chars, show)
acs_chars = ABSENT_STRING;
acs_chars = NULL;
if (VALID_STRING(acs_chars)) {
sp = (strchr) (acs_chars, *cp);
if (VALID_STRING(acs_chars)) {
if (!one_one_mapping(acs_chars)) {
acs_chars = ABSENT_STRING;
} else if (!version_filter(STRING, STR_IDX(acs_chars))) {
if (VALID_STRING(acs_chars)) {
for (n = 0, source = 0; acs_chars[n] != 0; n++) {
target = UChar(acs_chars[n]);
if (acs_chars[n + 1])
for (n = 0; acs_chars[n] != 0; n++) {
source = UChar(acs_chars[n]);
if ((target = (unsigned char) acs_chars[n + 1]) != 0) {
acs_chars[m++] = (char) n;
acs_chars[m++] = mapped[n];
acs_chars[m++] = extra; /* garbage in, garbage out */
acs_chars[m] = 0;
if (VALID_STRING(acs_chars)) {
for (p = acs_chars; *p != '\0'; p += 2) {