Searched refs:unicode (Results 1 – 10 of 10) sorted by relevance
| /drivers/tty/vt/ |
| A D | selection.c | 67 sel_pos(int n, bool unicode) in sel_pos() argument 69 if (unicode) in sel_pos() 230 u32 c = sel_pos(i, unicode); in vc_selection_store_chars() 231 if (unicode) in vc_selection_store_chars() 264 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection() 267 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection() 274 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection() 277 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection() 304 if (!is_space_on_vt(sel_pos(pe, unicode)) || in vc_do_selection() 307 if (is_space_on_vt(sel_pos(pe, unicode))) in vc_do_selection() [all …]
|
| A D | consolemap.c | 509 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument 514 n = UNI_DIR(unicode); in con_insert_unipair() 523 n = UNI_ROW(unicode); in con_insert_unipair() 534 row[UNI_GLYPH(unicode)] = fontpos; in con_insert_unipair() 536 p->sum += (fontpos << 20U) + unicode; in con_insert_unipair() 674 err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos); in con_set_unimap() 819 unilist[ect].unicode = UNI(d, r, g); in con_get_unimap()
|
| A D | conmakehash.c | 22 typedef unsigned short unicode; typedef 45 unicode unitable[MAX_FONTLEN][255];
|
| A D | Makefile | 35 loadkeys --mktable --unicode $< > $@
|
| A D | vc_screen.c | 209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size() argument 218 if (unicode) in vcs_size() 222 } else if (unicode) in vcs_size()
|
| A D | defkeymap.c_shipped | 3 /* loadkeys --mktable --unicode defkeymap.map > defkeymap.c */
|
| A D | vt.c | 263 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() argument 265 struct vt_notifier_param param = { .vc = vc, .c = unicode }; in notify_write()
|
| /drivers/accessibility/speakup/ |
| A D | speakup_soft.c | 219 loff_t *pos, int unicode) in softsynthx_read() argument 224 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read() 238 if (!unicode) in softsynthx_read() 270 if (!unicode) in softsynthx_read() 278 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read() 286 } else if (unicode && ch < 0x800) { in softsynthx_read() 297 } else if (unicode) { in softsynthx_read()
|
| A D | synth.c | 54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up() argument 84 if (!unicode) in _spk_do_catch_up() 96 if (unicode) in _spk_do_catch_up()
|
| /drivers/usb/serial/ |
| A D | io_edgeport.c | 2501 __le16 *unicode, int unicode_size) in unicode_to_ascii() argument 2512 string[i] = (char)(le16_to_cpu(unicode[i])); in unicode_to_ascii()
|
Completed in 663 milliseconds