| /vim-8.2.3635/src/ |
| H A D | os_mac_conv.c | 356 convert_setup(&conv, (char_u *)"utf-8", in mac_utf16_to_enc() 369 convert_setup(&conv, NULL, NULL); in mac_utf16_to_enc() 405 convert_setup(&conv, p_enc ? p_enc : (char_u *)"macroman", in mac_enc_to_utf16() 424 convert_setup(&conv, NULL, NULL); in mac_enc_to_utf16()
|
| H A D | winclip.c | 643 if (convert_setup(&conv, p_enc ? p_enc : (char_u *)"latin1", in enc_to_utf16() 652 convert_setup(&conv, NULL, NULL); in enc_to_utf16() 709 convert_setup(&conv, (char_u *)"utf-8", in utf16_to_enc() 722 convert_setup(&conv, NULL, NULL); in utf16_to_enc()
|
| H A D | time.c | 319 convert_setup(&conv, p_enc, enc); in f_strftime() 330 convert_setup(&conv, enc, p_enc); in f_strftime() 337 convert_setup(&conv, NULL, NULL); in f_strftime() 369 convert_setup(&conv, p_enc, enc); in f_strptime() 379 convert_setup(&conv, NULL, NULL); in f_strptime()
|
| H A D | digraph.c | 1815 if (convert_setup(&vc, p_enc, (char_u *)"utf-8") == OK) in get_digraph_for_char() 1824 (void)convert_setup(&vc, NULL, NULL); in get_digraph_for_char() 1952 if (convert_setup(&vc, (char_u *)"utf-8", p_enc) == OK) in getexactdigraph() 1961 (void)convert_setup(&vc, NULL, NULL); in getexactdigraph()
|
| H A D | mbyte.c | 645 convert_setup(&vimconv, p_enc, (char_u *)"utf-8"); in mb_init() 725 convert_setup(&vimconv, NULL, NULL); in mb_init() 4161 convert_setup(&vimconv, p_enc, curbuf->b_p_fenc); in utf_find_illegal() 4214 convert_setup(&vimconv, NULL, NULL); in utf_find_illegal() 4940 convert_setup(&input_conv, NULL, NULL); in iconv_end() 4942 convert_setup(&output_conv, NULL, NULL); in iconv_end() 4990 convert_setup(&vimconv, from, to); in f_iconv() 4998 convert_setup(&vimconv, NULL, NULL); in f_iconv() 5014 convert_setup(vimconv_T *vcp, char_u *from, char_u *to) in convert_setup() function
|
| H A D | json.c | 112 convert_setup(&conv, p_enc, (char_u*)"utf-8"); in write_string() 115 convert_setup(&conv, NULL, NULL); in write_string() 549 convert_setup(&conv, (char_u*)"utf-8", p_enc); in json_decode_string() 556 convert_setup(&conv, NULL, NULL); in json_decode_string()
|
| H A D | clipboard.c | 1648 convert_setup(&conv, enc, p_enc); in clip_x11_request_selection_cb() 1656 convert_setup(&conv, NULL, NULL); in clip_x11_request_selection_cb() 1861 if (convert_setup(&vc, (char_u *)"latin1", p_enc) == OK) in yank_cut_buffer0() 1870 convert_setup(&vc, NULL, NULL); in yank_cut_buffer0() 1953 if (convert_setup(&vc, p_enc, (char_u *)"latin1") == OK) in x11_export_final_selection() 1970 convert_setup(&vc, NULL, NULL); in x11_export_final_selection()
|
| H A D | clientserver.c | 161 if (convert_setup(&vimconv, client_enc, p_enc) != FAIL in serverConvert() 170 convert_setup(&vimconv, NULL, NULL); in serverConvert()
|
| H A D | help.c | 895 convert_setup(&vc, (char_u *)( in fix_help_buffer() 910 convert_setup(&vc, NULL, NULL); in fix_help_buffer()
|
| H A D | scriptfile.c | 1394 convert_setup(&cookie.conv, (char_u *)"utf-8", p_enc); in do_source() 1506 convert_setup(&cookie.conv, NULL, NULL); in do_source() 1918 convert_setup(&sp->conv, name, p_enc); in ex_scriptencoding()
|
| H A D | optionstr.c | 1031 if (convert_setup(&input_conv, p_tenc, p_enc) == FAIL in did_set_string_option() 1032 || convert_setup(&output_conv, p_enc, p_tenc) == FAIL) in did_set_string_option()
|
| H A D | hardcopy.c | 2134 convert_setup(&prt_conv, NULL, NULL); in mch_print_cleanup() 2887 if (FAIL == convert_setup(&prt_conv, p_enc, p_encoding)) in mch_print_begin()
|
| H A D | gui_gtk_x11.c | 1274 convert_setup(&conv, enc, p_enc); in selection_received_cb() 1280 convert_setup(&conv, NULL, NULL); in selection_received_cb() 1314 convert_setup(&conv, NULL, NULL); in selection_received_cb() 1404 convert_setup(&conv, NULL, NULL); in selection_get_cb()
|
| H A D | viminfo.c | 1205 convert_setup(&virp->vir_conv, p, p_enc); in viminfo_encoding() 3000 convert_setup(&vir.vir_conv, NULL, NULL); in do_viminfo()
|
| H A D | tag.c | 2153 convert_setup(&vimconv, lbuf + 20, p_enc); in find_tags() 2712 convert_setup(&vimconv, NULL, NULL); in find_tags()
|
| H A D | spellfile.c | 2324 && convert_setup(&spin->si_conv, aff->af_enc, in spell_read_aff() 4172 && convert_setup(&spin->si_conv, enc, in spell_read_wordfile() 6069 convert_setup(&spin.si_conv, NULL, NULL); in mkspell()
|
| H A D | quickfix.c | 1570 convert_setup(&pstate->vc, enc, p_enc); in qf_setup_state() 1605 convert_setup(&pstate->vc, NULL, NULL); in qf_cleanup_state() 8164 convert_setup(&vc, (char_u *)"utf-8", p_enc); in hgr_search_in_rtp() 8180 convert_setup(&vc, NULL, NULL); in hgr_search_in_rtp()
|
| H A D | option.c | 513 convert_setup(&input_conv, p_tenc, p_enc); in set_init_1() 514 convert_setup(&output_conv, p_enc, p_tenc); in set_init_1()
|
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 81 int convert_setup(vimconv_T *vcp, char_u *from, char_u *to);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 8771 Problem: Compiler warnings for using convert_setup() and a few other
|