Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c5091 vcp->vc_cpto = to_is_utf8 ? 0 : encname2codepage(to); in convert_setup_ext()
5421 if (vcp->vc_cpto == 0) in string_convert_ext()
5424 retlen = WideCharToMultiByte(vcp->vc_cpto, 0, in string_convert_ext()
5429 if (vcp->vc_cpto == 0) in string_convert_ext()
5432 WideCharToMultiByte(vcp->vc_cpto, 0, in string_convert_ext()
H A Dstructs.h1197 int vc_cpto; // codepage to convert to (CONV_CODEPAGE) member