Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c4791 if (iconv(vcp->vc_fd, (void *)&from, &fromlen, &to, &tolen) in iconv_string()
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()
5117 vcp->vc_fd = (iconv_t)my_iconv_open( in convert_setup_ext()
5120 if (vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
H A Dstructs.h1200 iconv_t vc_fd; // for CONV_ICONV member