Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfileio.pro19 int get_mac_fio_flags(char_u *ptr);
/vim-8.2.3635/src/
H A Dfileio.c1013 fio_flags = get_mac_fio_flags(fenc); in readfile()
3252 get_mac_fio_flags(char_u *ptr) in get_mac_fio_flags() function
H A Dbufwrite.c1711 if (converted && wb_flags == 0 && (wb_flags = get_mac_fio_flags(fenc)) != 0) in buf_write()