Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h4432 # define FIO_PUT_CP(x) (((x) & 0xffff) << 16) // put codepage in top word macro
H A Dfileio.c3242 return FIO_PUT_CP(cp) | FIO_CODEPAGE; in get_win_fio_flags()