Lines Matching full:pointing
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()
117 real_map['v'] = '+'; /* should be tee pointing up */ in NCURSES_SP_NAME()
118 real_map['w'] = '+'; /* should be tee pointing down */ in NCURSES_SP_NAME()
129 real_map[','] = '<'; /* should be arrow pointing left */ in NCURSES_SP_NAME()
130 real_map['+'] = '>'; /* should be arrow pointing right */ in NCURSES_SP_NAME()
131 real_map['.'] = 'v'; /* should be arrow pointing down */ in NCURSES_SP_NAME()
132 real_map['-'] = '^'; /* should be arrow pointing up */ in NCURSES_SP_NAME()
149 real_map['T'] = '+'; /* tee pointing left */ in NCURSES_SP_NAME()
150 real_map['U'] = '+'; /* tee pointing right */ in NCURSES_SP_NAME()
151 real_map['V'] = '+'; /* tee pointing up */ in NCURSES_SP_NAME()
152 real_map['W'] = '+'; /* tee pointing down */ in NCURSES_SP_NAME()
161 real_map['G'] = '+'; /* tee pointing left */ in NCURSES_SP_NAME()
162 real_map['F'] = '+'; /* tee pointing right */ in NCURSES_SP_NAME()
163 real_map['H'] = '+'; /* tee pointing up */ in NCURSES_SP_NAME()
164 real_map['I'] = '+'; /* tee pointing down */ in NCURSES_SP_NAME()
270 case 0x2190: /* FALLTHRU - Teletype arrow pointing left */ in _nc_wacs_width()
271 case 0x2191: /* FALLTHRU - Teletype arrow pointing up */ in _nc_wacs_width()
272 case 0x2192: /* FALLTHRU - Teletype arrow pointing right */ in _nc_wacs_width()
273 case 0x2193: /* FALLTHRU - Teletype arrow pointing down */ in _nc_wacs_width()
293 case 0x251c: /* FALLTHRU - VT100 tee pointing left */ in _nc_wacs_width()
294 case 0x2523: /* FALLTHRU - thick tee pointing left */ in _nc_wacs_width()
295 case 0x2524: /* FALLTHRU - VT100 tee pointing right */ in _nc_wacs_width()
296 case 0x252b: /* FALLTHRU - thick tee pointing right */ in _nc_wacs_width()
297 case 0x252c: /* FALLTHRU - VT100 tee pointing down */ in _nc_wacs_width()
298 case 0x2533: /* FALLTHRU - thick tee pointing down */ in _nc_wacs_width()
299 case 0x2534: /* FALLTHRU - VT100 tee pointing up */ in _nc_wacs_width()
300 case 0x253b: /* FALLTHRU - thick tee pointing up */ in _nc_wacs_width()
309 case 0x2560: /* FALLTHRU - double tee pointing right */ in _nc_wacs_width()
310 case 0x2563: /* FALLTHRU - double tee pointing left */ in _nc_wacs_width()
311 case 0x2566: /* FALLTHRU - double tee pointing down */ in _nc_wacs_width()
312 case 0x2569: /* FALLTHRU - double tee pointing up */ in _nc_wacs_width()