Home
last modified time | relevance | path

Searched refs:vc (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/
H A Ddigraph.c1810 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 Dclipboard.c1858 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 Dhelp.c798 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 DINSTALLami.txt12 make -f Make_ami.mak CC=vc vbcc
H A Dquickfix.c614 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 Dindent.c1231 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 DINSTALLpc.txt93 http://www.microsoft.com/express/vc/Default.aspx
H A DMake_mvc.mak984 TCL_LIB = $(TCL)\lib\tcl$(TCL_VER)vc.lib
/vim-8.2.3635/runtime/syntax/
H A Dresolv.vim89 …bytestring\|\%(no-\)\?ip6-dotint\|edns0\|single-request\%(-reopen\)\?\|use-vc\)\>/ contained nextg…
H A Dhercules.vim4 " Extensions: *.vc,*.ev,*.rs
H A Dmplayerconf.vim68 \ sws vc vfm x xvidopts xy y zoom vf vop
H A Dmush.vim181 syntax keyword mushAttribute use va vb vc vd ve vf vg vh vi vj vk vl vm vn
H A Dasm68k.vim55 syn match asm68kOpcode "\<b[vc][cs]\(\.[bwls]\)\=\s"
H A Dredif.vim720 …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 Dtest_filetype.vim221 \ 'hercules': ['file.vc', 'file.ev', 'file.sum', 'file.errsum'],
/vim-8.2.3635/runtime/
H A Dfiletype.vim752 au BufNewFile,BufRead *.vc,*.ev,*.sum,*.errsum setf hercules