Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_mac_conv.pro3 int macroman2enc(char_u *ptr, long *sizep, long real_size);
/vim-8.2.3635/src/
H A Dos_mac_conv.c182 macroman2enc( in macroman2enc() function
H A Dfileio.c1764 if (macroman2enc(ptr, &size, real_size) == FAIL) in readfile()