| /linux/drivers/tty/vt/ |
| H A D | selection.c | 67 sel_pos(int n, bool unicode) in sel_pos() argument 69 if (unicode) in sel_pos() 210 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument 217 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars() 229 u32 c = sel_pos(i, unicode); in vc_selection_store_chars() 230 if (unicode) in vc_selection_store_chars() 255 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local 263 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection() 265 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection() 266 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection() [all …]
|
| H A D | consolemap.c | 506 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument 511 n = UNI_DIR(unicode); in con_insert_unipair() 520 n = UNI_ROW(unicode); in con_insert_unipair() 531 row[UNI_GLYPH(unicode)] = fontpos; in con_insert_unipair() 533 p->sum += (fontpos << 20U) + unicode; in con_insert_unipair() 664 int err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos); in con_set_unimap() 803 unilist[ect].unicode = UNI(d, r, g); in con_get_unimap()
|
| H A D | conmakehash.c | 22 typedef unsigned short unicode; typedef 45 unicode unitable[MAX_FONTLEN][255];
|
| H A D | Makefile | 35 loadkeys --mktable --unicode $< > $@
|
| H A D | vc_screen.c | 13 * /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values 17 * /dev/vcsuaN: same idea as /dev/vcsaN for unicode (not yet implemented). 62 * 64 ... 127 unicode mode without attributes 64 * 192 ... 255 unused (reserved for unicode with attributes) 206 * @unicode: is it unicode? 210 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size() argument 219 if (unicode) in vcs_size() 223 } else if (unicode) in vcs_size() 390 /* we enforce 32-bit alignment for pos and count in unicode mod in vcs_read() [all...] |
| /linux/Documentation/input/ |
| H A D | notifier.rst | 19 unicode character. value is the unicode value. 21 non-unicode character. value is the keysym. 22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms. 40 if (unicode) { 41 param.value = unicode; 44 emit unicode;
|
| /linux/drivers/accessibility/speakup/ |
| H 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()
|
| H 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()
|
| /linux/fs/isofs/ |
| H A D | Kconfig | 25 which allows for long filenames in unicode format (unicode is the 28 <http://www.unicode.org/> for more information). Say Y here if you
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget | 103 - 1: unicode string 104 - 2: unicode string with environment variable 108 - 6: unicode string with a symbolic link 109 - 7: multiple unicode strings
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | unicode.rst | 5 :Original: Documentation/admin-guide/unicode.rst 17 此文檔由H. Peter Anvin <unicode@lanana.org>管理,是Linux註冊名稱與編號管理局 21 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
|
| H A D | index.rst | 73 unicode
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | unicode.rst | 3 :Original: Documentation/admin-guide/unicode.rst 14 此文档由H. Peter Anvin <unicode@lanana.org>管理,是Linux注册名称与编号管理局 18 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
|
| H A D | index.rst | 71 unicode
|
| /linux/fs/udf/ |
| H A D | Makefile | 10 directory.o misc.o udftime.o unicode.o
|
| /linux/rust/syn/ |
| H A D | README.md | 6 the SPDX license identifiers and to remove the `unicode-ident`
|
| /linux/rust/proc-macro2/ |
| H A D | README.md | 7 identifiers and to remove the `unicode-ident` dependency.
|
| /linux/include/uapi/linux/ |
| H A D | kd.h | 63 unsigned short unicode; member
|
| /linux/Documentation/filesystems/ |
| H A D | hfsplus.rst | 9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
|
| /linux/fs/smb/client/ |
| H A D | readdir.c | 447 /* return length of unicode string in bytes */ 668 file_info->srch_inf.unicode); in cifs_save_resume_key() 965 file_info->srch_inf.unicode); in cifs_filldir() 976 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir() 979 if (file_info->srch_inf.unicode) { in cifs_filldir()
|
| H A D | fs_context.c | 136 fsparam_flag_no("unicode", Opt_unicode), 990 if (new_ctx->unicode != old_ctx->unicode) { in smb3_verify_reconfigure_ctx() 991 cifs_errorf(fc, "can not change unicode during remount\n"); in smb3_verify_reconfigure_ctx() 1754 ctx->unicode = !result.negated; in smb3_fs_context_parse_param() 1755 cifs_dbg(FYI, "unicode set to %d\n", ctx->unicode); in smb3_fs_context_parse_param() 2042 ctx->unicode = -1; /* autodetect, but prefer UNICODE mode */ in smb3_init_fs_context()
|
| H A D | fs_context.h | 332 int unicode; member
|
| H A D | connect.c | 2457 ses->unicode = ctx->unicode; in cifs_get_smb_ses() 4134 if (ses->unicode == 1 && server->vals->cap_unicode != 0 && in cifs_setup_session() 4138 } else if (ses->unicode == 0 && server->vals->cap_unicode == 0) { in cifs_setup_session() 4141 } else if (ses->unicode == 0) { in cifs_setup_session() 4239 ctx->unicode = master_tcon->ses->unicode; in cifs_construct_tcon()
|
| H A D | cifsglob.h | 1090 int unicode; 1394 bool unicode:1; 1088 int unicode; global() member 1392 bool unicode:1; global() member
|
| H A D | cifsfs.c | 674 if (tcon->ses->unicode == 0) in cifs_show_options() 676 else if (tcon->ses->unicode == 1) in cifs_show_options() 677 seq_puts(s, ",unicode"); in cifs_show_options()
|