Home
last modified time | relevance | path

Searched refs:vcp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmbyte.c4753 vimconv_T *vcp, in iconv_string() argument
4812 else if (!vcp->vc_fail in iconv_string()
5025 vimconv_T *vcp, in convert_setup_ext() argument
5038 if (vcp->vc_type == CONV_ICONV && vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
5039 iconv_close(vcp->vc_fd); in convert_setup_ext()
5042 vcp->vc_factor = 1; in convert_setup_ext()
5043 vcp->vc_fail = FALSE; in convert_setup_ext()
5198 vimconv_T *vcp, in string_convert() argument
5212 vimconv_T *vcp, in string_convert_ext() argument
5231 switch (vcp->vc_type) in string_convert_ext()
[all …]
/vim-8.2.3635/src/proto/
H A Dmbyte.pro81 int convert_setup(vimconv_T *vcp, char_u *from, char_u *to);
82 int convert_setup_ext(vimconv_T *vcp, char_u *from, int from_unicode_is_utf8, char_u *to, int to_un…
85 char_u *string_convert(vimconv_T *vcp, char_u *ptr, int *lenp);
86 char_u *string_convert_ext(vimconv_T *vcp, char_u *ptr, int *lenp, int *unconvlenp);