Searched refs:real_map (Results 1 – 3 of 3) sorted by relevance
84 chtype *real_map = SP_PARM != NULL ? SP_PARM->_acs_map : fake_map; in NCURSES_SP_NAME() local94 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()111 real_map['l'] = '+'; /* should be upper left corner */ in NCURSES_SP_NAME()112 real_map['m'] = '+'; /* should be lower left corner */ in NCURSES_SP_NAME()113 real_map['k'] = '+'; /* should be upper right corner */ in NCURSES_SP_NAME()114 real_map['j'] = '+'; /* should be lower right corner */ in NCURSES_SP_NAME()115 real_map['u'] = '+'; /* should be tee pointing left */ in NCURSES_SP_NAME()116 real_map['t'] = '+'; /* should be tee pointing right */ in NCURSES_SP_NAME()[all …]
1086 drv_initacs(TERMINAL_CONTROL_BLOCK * TCB, chtype *real_map, chtype *fake_map) in drv_initacs() argument1111 if (real_map[i] == 0) { in drv_initacs()1112 real_map[i] = (chtype) i; in drv_initacs()1113 if (real_map != fake_map) { in drv_initacs()1128 real_map[UChar(acs_chars[i])] = UChar(acs_chars[i + 1]) | A_ALTCHARSET; in drv_initacs()1132 _tracechtype(real_map[UChar(acs_chars[i])]))); in drv_initacs()1148 if (real_map[n] != 0) { in drv_initacs()1150 show[m++] = (char) ChCharOf(real_map[n]); in drv_initacs()
1012 chtype *real_map GCC_UNUSED, in wcon_initacs()1051 real_map[table[n].acs_code] = in wcon_initacs()