Lines Matching refs:vc_type
484 input_conv.vc_type = CONV_NONE; in mb_init()
486 output_conv.vc_type = CONV_NONE; in mb_init()
639 vimconv.vc_type = CONV_NONE; in mb_init()
686 if (vimconv.vc_type != CONV_NONE) in mb_init()
4155 vimconv.vc_type = CONV_NONE; in utf_find_illegal()
4168 if (vimconv.vc_type != CONV_NONE) in utf_find_illegal()
4185 if (vimconv.vc_type == CONV_NONE) in utf_find_illegal()
4939 if (input_conv.vc_type == CONV_ICONV) in iconv_end()
4941 if (output_conv.vc_type == CONV_ICONV) in iconv_end()
4989 vimconv.vc_type = CONV_NONE; in f_iconv()
4993 if (vimconv.vc_type == CONV_NONE) in f_iconv()
5038 if (vcp->vc_type == CONV_ICONV && vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
5041 vcp->vc_type = CONV_NONE; in convert_setup_ext()
5064 vcp->vc_type = CONV_TO_UTF8; in convert_setup_ext()
5070 vcp->vc_type = CONV_9_TO_UTF8; in convert_setup_ext()
5076 vcp->vc_type = CONV_TO_LATIN1; in convert_setup_ext()
5081 vcp->vc_type = CONV_TO_LATIN9; in convert_setup_ext()
5088 vcp->vc_type = CONV_CODEPAGE; in convert_setup_ext()
5097 vcp->vc_type = CONV_MAC_LATIN1; in convert_setup_ext()
5101 vcp->vc_type = CONV_MAC_UTF8; in convert_setup_ext()
5106 vcp->vc_type = CONV_LATIN1_MAC; in convert_setup_ext()
5110 vcp->vc_type = CONV_UTF8_MAC; in convert_setup_ext()
5122 vcp->vc_type = CONV_ICONV; in convert_setup_ext()
5127 if (vcp->vc_type == CONV_NONE) in convert_setup_ext()
5231 switch (vcp->vc_type) in string_convert_ext()
5312 if (vcp->vc_type == CONV_TO_LATIN9) in string_convert_ext()