Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c230 {"debug", ENC_DBCS, DBCS_DEBUG},
232 {"euc-jp", ENC_DBCS, DBCS_JPNU},
234 {"sjis", ENC_DBCS, DBCS_JPN},
242 {"big5", ENC_DBCS, DBCS_CHT},
278 {"cp932", ENC_DBCS, DBCS_JPN},
280 {"cp936", ENC_DBCS, DBCS_CHS},
282 {"cp949", ENC_DBCS, DBCS_KOR},
284 {"cp950", ENC_DBCS, DBCS_CHT},
441 return ENC_DBCS; in enc_canon_props()
447 return ENC_DBCS; in enc_canon_props()
[all …]
H A Dvim.h2350 #define ENC_DBCS 0x02 macro