| /vim-8.2.3635/src/ |
| H A D | digraph.c | 1810 vimconv_T vc; in get_digraph_for_char() local 1814 vc.vc_type = CONV_NONE; in get_digraph_for_char() 1815 if (convert_setup(&vc, p_enc, (char_u *)"utf-8") == OK) in get_digraph_for_char() 1817 vc.vc_fail = TRUE; in get_digraph_for_char() 1818 to = string_convert(&vc, buf, &i); in get_digraph_for_char() 1824 (void)convert_setup(&vc, NULL, NULL); in get_digraph_for_char() 1944 vimconv_T vc; in getexactdigraph() local 1951 vc.vc_type = CONV_NONE; in getexactdigraph() 1954 vc.vc_fail = TRUE; in getexactdigraph() 1955 to = string_convert(&vc, buf, &i); in getexactdigraph() [all …]
|
| H A D | clipboard.c | 1858 vimconv_T vc; in yank_cut_buffer0() local 1860 vc.vc_type = CONV_NONE; in yank_cut_buffer0() 1861 if (convert_setup(&vc, (char_u *)"latin1", p_enc) == OK) in yank_cut_buffer0() 1863 conv_buf = string_convert(&vc, buffer, &nbytes); in yank_cut_buffer0() 1870 convert_setup(&vc, NULL, NULL); in yank_cut_buffer0() 1950 vimconv_T vc; in x11_export_final_selection() local 1952 vc.vc_type = CONV_NONE; in x11_export_final_selection() 1953 if (convert_setup(&vc, p_enc, (char_u *)"latin1") == OK) in x11_export_final_selection() 1958 vc.vc_fail = TRUE; in x11_export_final_selection() 1959 conv_str = string_convert(&vc, str, &intlen); in x11_export_final_selection() [all …]
|
| H A D | help.c | 798 vimconv_T vc; in fix_help_buffer() local 894 vc.vc_type = CONV_NONE; in fix_help_buffer() 895 convert_setup(&vc, (char_u *)( in fix_help_buffer() 898 if (vc.vc_type == CONV_NONE) in fix_help_buffer() 905 cp = string_convert(&vc, IObuff, in fix_help_buffer() 910 convert_setup(&vc, NULL, NULL); in fix_help_buffer()
|
| H A D | INSTALLami.txt | 12 make -f Make_ami.mak CC=vc vbcc
|
| H A D | quickfix.c | 614 vimconv_T vc; member 1568 pstate->vc.vc_type = CONV_NONE; in qf_setup_state() 1570 convert_setup(&pstate->vc, enc, p_enc); in qf_setup_state() 1604 if (pstate->vc.vc_type != CONV_NONE) in qf_cleanup_state() 1605 convert_setup(&pstate->vc, NULL, NULL); in qf_cleanup_state() 8158 vimconv_T vc; in hgr_search_in_rtp() local 8162 vc.vc_type = CONV_NONE; in hgr_search_in_rtp() 8164 convert_setup(&vc, (char_u *)"utf-8", p_enc); in hgr_search_in_rtp() 8172 hgr_search_files_in_dir(qfl, NameBuff, p_regmatch, &vc in hgr_search_in_rtp() 8179 if (vc.vc_type != CONV_NONE) in hgr_search_in_rtp() [all …]
|
| H A D | indent.c | 1231 colnr_T vc; in change_indent() local 1245 vc = getvcol_nolist(&curwin->w_cursor); in change_indent() 1246 vcol = vc; in change_indent()
|
| H A D | INSTALLpc.txt | 93 http://www.microsoft.com/express/vc/Default.aspx
|
| H A D | Make_mvc.mak | 984 TCL_LIB = $(TCL)\lib\tcl$(TCL_VER)vc.lib
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | resolv.vim | 89 …bytestring\|\%(no-\)\?ip6-dotint\|edns0\|single-request\%(-reopen\)\?\|use-vc\)\>/ contained nextg…
|
| H A D | hercules.vim | 4 " Extensions: *.vc,*.ev,*.rs
|
| H A D | mplayerconf.vim | 68 \ sws vc vfm x xvidopts xy y zoom vf vop
|
| H A D | mush.vim | 181 syntax keyword mushAttribute use va vb vc vd ve vf vg vh vi vj vk vl vm vn
|
| H A D | asm68k.vim | 55 syn match asm68kOpcode "\<b[vc][cs]\(\.[bwls]\)\=\s"
|
| H A D | redif.vim | 720 …g\|py\|pe\|ph\|pn\|pl\|pt\|pr\|qa\|re\|ro\|ru\|rw\|bl\|sh\|kn\|lc\|mf\|pm\|vc\|ws\|sm\|st\|sa\|sn\…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 221 \ 'hercules': ['file.vc', 'file.ev', 'file.sum', 'file.errsum'],
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 752 au BufNewFile,BufRead *.vc,*.ev,*.sum,*.errsum setf hercules
|