Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c5090 vcp->vc_cpfrom = from_is_utf8 ? 0 : encname2codepage(from); in convert_setup_ext()
5391 if (vcp->vc_cpfrom == 0) in string_convert_ext()
5395 tmp_len = MultiByteToWideChar(vcp->vc_cpfrom, in string_convert_ext()
5414 if (vcp->vc_cpfrom == 0) in string_convert_ext()
5417 MultiByteToWideChar(vcp->vc_cpfrom, 0, in string_convert_ext()
H A Dstructs.h1196 int vc_cpfrom; // codepage to convert from (CONV_CODEPAGE) member