Searched refs:real_map (Results 1 – 4 of 4) sorted by relevance
94 if (real_map != fake_map) { in NCURSES_SP_NAME()96 real_map[j] = 0; in NCURSES_SP_NAME()103 real_map[j] = 0; in NCURSES_SP_NAME()151 real_map['V'] = '+'; /* tee pointing up */ in NCURSES_SP_NAME()154 real_map['X'] = '|'; /* vertical line */ in NCURSES_SP_NAME()166 real_map['Y'] = '|'; /* vertical line */ in NCURSES_SP_NAME()191 if (real_map[i] == 0) { in NCURSES_SP_NAME()192 real_map[i] = (chtype) i; in NCURSES_SP_NAME()193 if (real_map != fake_map) { in NCURSES_SP_NAME()228 if (real_map[n] != 0) { in NCURSES_SP_NAME()[all …]
1074 drv_initacs(TERMINAL_CONTROL_BLOCK * TCB, chtype *real_map, chtype *fake_map) in drv_initacs() argument1099 if (real_map[i] == 0) { in drv_initacs()1100 real_map[i] = (chtype) i; in drv_initacs()1101 if (real_map != fake_map) { in drv_initacs()1116 real_map[UChar(acs_chars[i])] = UChar(acs_chars[i + 1]) | A_ALTCHARSET; in drv_initacs()1120 _tracechtype(real_map[UChar(acs_chars[i])]))); in drv_initacs()1136 if (real_map[n] != 0) { in drv_initacs()1138 show[m++] = (char) ChCharOf(real_map[n]); in drv_initacs()
1021 chtype *real_map GCC_UNUSED, in wcon_initacs()1060 real_map[table[n].acs_code] = in wcon_initacs()
1410 chtype *real_map GCC_UNUSED, in wcon_initacs()1449 real_map[table[n].acs_code] = (chtype) table[n].use_code | A_ALTCHARSET; in wcon_initacs()