Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c5032 int to_prop; in convert_setup_ext() local
5051 to_prop = enc_canon_props(to); in convert_setup_ext()
5057 to_is_utf8 = to_prop & ENC_UNICODE; in convert_setup_ext()
5059 to_is_utf8 = to_prop == ENC_UNICODE; in convert_setup_ext()
5073 else if (from_is_utf8 && (to_prop & ENC_LATIN1)) in convert_setup_ext()
5078 else if (from_is_utf8 && (to_prop & ENC_LATIN9)) in convert_setup_ext()
5095 else if ((from_prop & ENC_MACROMAN) && (to_prop & ENC_LATIN1)) in convert_setup_ext()
5104 else if ((from_prop & ENC_LATIN1) && (to_prop & ENC_MACROMAN)) in convert_setup_ext()
5108 else if (from_is_utf8 && (to_prop & ENC_MACROMAN)) in convert_setup_ext()