| /vim-8.2.3635/src/ |
| H A D | blowfish.c | 32 char_u uc[8]; member 383 memcpy(bk.uc, block, 8); in bf_e_cblock() 389 memcpy(block, bk.uc, 8); in bf_e_cblock() 538 memcpy(bk.uc, bf_test_data[i].plaintxt, 8); in bf_self_test() 539 bf_e_cblock(&state, bk.uc); in bf_self_test() 540 if (memcmp(bk.uc, bf_test_data[i].cryptxt, 8) != 0) in bf_self_test() 542 if (err == 0 && memcmp(bk.uc, bf_test_data[i].badcryptxt, 8) == 0) in bf_self_test()
|
| H A D | gui_beval.c | 742 int uc; in set_printable_label_text() local 765 uc = utf_ptr2char(p); in set_printable_label_text() 767 if (charlen != utf_char2len(uc)) in set_printable_label_text() 770 if (charlen == 1 || uc < 0xa0) // illegal byte or in set_printable_label_text() 772 else if (!utf_printable(uc)) in set_printable_label_text() 827 uc = utf_ptr2char(p); in set_printable_label_text() 829 if (charlen != utf_char2len(uc)) in set_printable_label_text() 832 if (charlen == 1 || uc < 0xa0 || !utf_printable(uc)) in set_printable_label_text() 843 else if (uc >= 0x80) in set_printable_label_text() 847 transchar_hex(pdest, uc); // <xx> or <xxxx> in set_printable_label_text() [all …]
|
| H A D | usercmd.c | 133 ucmd_T *uc; in find_ucmd() local 153 uc = USER_CMD_GA(gap, j); in find_ucmd() 155 np = uc->uc_name; in find_ucmd() 185 eap->argt = (long)uc->uc_argt; in find_ucmd() 187 eap->addr_type = uc->uc_addr_type; in find_ucmd() 190 *complp = uc->uc_compl; in find_ucmd() 194 xp->xp_arg = uc->uc_compl_arg; in find_ucmd() 195 xp->xp_script_ctx = uc->uc_script_ctx; in find_ucmd()
|
| H A D | gui_gtk_x11.c | 933 guint32 uc; in keyval_to_string() local 936 if (uc != 0) in keyval_to_string() 4619 gunichar uc; in is_cjk_font() local 5205 int uc; in apply_wide_font_attr() local 5209 uc = utf_ptr2char(p); in apply_wide_font_attr() 5213 if (uc >= 0x80 && utf_char2cells(uc) == 2) in apply_wide_font_attr() 5217 || (utf_char2cells(uc) != 2 && !utf_iscomposing(uc))) in apply_wide_font_attr() 5240 int uc; in count_cluster_cells() local 5259 uc = utf_ptr2char(p); in count_cluster_cells() 5260 if (uc < 0x80) in count_cluster_cells() [all …]
|
| H A D | strings.c | 374 int c, uc; in strup_save() local 386 uc = utf_toupper(c); in strup_save() 390 newl = utf_char2len(uc); in strup_save() 406 utf_char2bytes(uc, p); in strup_save()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | uc.vim | 4 " URL: ftp://ftp.chaoticdreams.org/pub/ut/vim/uc.vim 8 " Please check :help uc.vim for comments on some of the options available. 21 let main_syntax='uc' 159 let b:current_syntax = "uc" 161 if main_syntax == 'uc'
|
| H A D | terminfo.vim | 67 \ ht docr tsl tone uc hu u0 u1 u2 u3 u4 u5 u6
|
| H A D | 8th.vim | 313 Builtin strfmt s:strfmt text-wrap s:text-wrap trim s:trim tsub s:tsub uc s:uc uc? s:uc? ucs2> s:uc…
|
| H A D | aml.vim | 59 …ys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w …
|
| H A D | perl.vim | 82 …\|chr\|crypt\|r\=index\|lc\%(first\)\=\|length\|ord\|pack\|sprintf\|substr\|fc\|uc\%(first\)\=\)\>"
|
| H A D | tex.vim | 373 syn match texSpaceCode "\\\(math\|cat\|del\|lc\|sf\|uc\)code`"me=e-1 nextgroup=texSpaceCodeChar
|
| H A D | vim.vim | 34 …synmaxcol tagbsearch tal tcldll termwinscroll tf timeout tl tr ttm ttytype uc undoreload vb vi vis…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim.man | 209 uc=0". Can be undone with ":set uc=200".
|
| H A D | quickref.txt | 973 'updatecount' 'uc' after this many characters flush swap file
|
| H A D | starting.txt | 381 e.g., ":set uc=100".
|
| H A D | tags | 1178 'uc' options.txt /*'uc'*
|
| H A D | options.txt | 8454 *'updatecount'* *'uc'* 8455 'updatecount' 'uc' number (default: 200)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 520 \ 'uc': ['file.uc'],
|
| /vim-8.2.3635/runtime/ |
| H A D | makemenu.vim | 628 SynMenu UV.UnrealScript:uc
|
| H A D | filetype.vim | 1914 au BufNewFile,BufRead *.uc setf uc
|
| H A D | optwin.vim | 1089 call append("$", " \tset uc=" . &uc)
|
| H A D | synmenu.vim | 599 an 50.160.140 &Syntax.UV.UnrealScript :cal SetSyn("uc")<CR>
|