Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c4939 if (input_conv.vc_type == CONV_ICONV) in iconv_end()
4941 if (output_conv.vc_type == CONV_ICONV) in iconv_end()
5038 if (vcp->vc_type == CONV_ICONV && vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
5122 vcp->vc_type = CONV_ICONV; in convert_setup_ext()
5379 case CONV_ICONV: // conversion with output_conv.vc_fd in string_convert_ext()
H A Dstructs.h1221 #define CONV_ICONV 5 macro