Home
last modified time | relevance | path

Searched refs:real_map (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c84 chtype *real_map = SP_PARM != NULL ? SP_PARM->_acs_map : fake_map; in NCURSES_SP_NAME() local
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()
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 …]
H A Dtinfo_driver.c1086 drv_initacs(TERMINAL_CONTROL_BLOCK * TCB, chtype *real_map, chtype *fake_map) in drv_initacs() argument
1111 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()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c1012 chtype *real_map GCC_UNUSED, in wcon_initacs()
1051 real_map[table[n].acs_code] = in wcon_initacs()