Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c2282 int enc_len; in prt_match_encoding() local
2287 enc_len = (int)STRLEN(p_encoding); in prt_match_encoding()
2291 if (STRNICMP(p_mbenc->encoding, p_encoding, enc_len) == 0) in prt_match_encoding()