Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c345 if (FIO_GET_CP(flags) == CP_UTF8) in buf_write_bytes()
369 len = WideCharToMultiByte(FIO_GET_CP(flags), 0, in buf_write_bytes()
H A Dstructs.h4433 # define FIO_GET_CP(x) (((x)>>16) & 0xffff) // get codepage from top word macro
H A Dfileio.c1596 int codepage = FIO_GET_CP(fio_flags); in readfile()