Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/
H A Dblowfish.c32 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 Dgui_beval.c742 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 Dusercmd.c133 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 Dgui_gtk_x11.c933 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 Dstrings.c374 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 Duc.vim4 " 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 Dterminfo.vim67 \ ht docr tsl tone uc hu u0 u1 u2 u3 u4 u5 u6
H A D8th.vim313 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 Daml.vim59 …ys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w …
H A Dperl.vim82 …\|chr\|crypt\|r\=index\|lc\%(first\)\=\|length\|ord\|pack\|sprintf\|substr\|fc\|uc\%(first\)\=\)\>"
H A Dtex.vim373 syn match texSpaceCode "\\\(math\|cat\|del\|lc\|sf\|uc\)code`"me=e-1 nextgroup=texSpaceCodeChar
H A Dvim.vim34 …synmaxcol tagbsearch tal tcldll termwinscroll tf timeout tl tr ttm ttytype uc undoreload vb vi vis…
/vim-8.2.3635/runtime/doc/
H A Dvim.man209 uc=0". Can be undone with ":set uc=200".
H A Dquickref.txt973 'updatecount' 'uc' after this many characters flush swap file
H A Dstarting.txt381 e.g., ":set uc=100".
H A Dtags1178 'uc' options.txt /*'uc'*
H A Doptions.txt8454 *'updatecount'* *'uc'*
8455 'updatecount' 'uc' number (default: 200)
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim520 \ 'uc': ['file.uc'],
/vim-8.2.3635/runtime/
H A Dmakemenu.vim628 SynMenu UV.UnrealScript:uc
H A Dfiletype.vim1914 au BufNewFile,BufRead *.uc setf uc
H A Doptwin.vim1089 call append("$", " \tset uc=" . &uc)
H A Dsynmenu.vim599 an 50.160.140 &Syntax.UV.UnrealScript :cal SetSyn("uc")<CR>