Searched refs:ENC_8BIT (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | mbyte.c | 184 {"iso-8859-2", ENC_8BIT, 0}, 186 {"iso-8859-3", ENC_8BIT, 0}, 188 {"iso-8859-4", ENC_8BIT, 0}, 190 {"iso-8859-5", ENC_8BIT, 0}, 192 {"iso-8859-6", ENC_8BIT, 0}, 194 {"iso-8859-7", ENC_8BIT, 0}, 196 {"iso-8859-8", ENC_8BIT, 0}, 210 {"koi8-r", ENC_8BIT, 0}, 212 {"koi8-u", ENC_8BIT, 0}, 437 return ENC_8BIT; in enc_canon_props() [all …]
|
| H A D | hardcopy.c | 2381 if (!(props & ENC_8BIT) && ((*p_pmcs != NUL) || !(props & ENC_UNICODE))) in mch_print_init() 2844 if (!(props & ENC_8BIT) in mch_print_begin() 2885 if (!(enc_canon_props(p_enc) & enc_canon_props(p_encoding) & ENC_8BIT)) { in mch_print_begin()
|
| H A D | vim.h | 2349 #define ENC_8BIT 0x01 macro
|