Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c182 int try_mac; in readfile() local
698 try_mac = (vim_strchr(p_ffs, 'm') != NULL); in readfile()
917 try_unix = try_dos = try_mac = FALSE; in readfile()
2085 if (try_mac) in readfile()
2086 try_mac = 1; in readfile()
2099 else if (*p == CAR && try_mac) in readfile()
2100 try_mac++; in readfile()
2107 try_mac = 1; in readfile()
2118 try_mac++; in readfile()
2120 if (try_mac > try_unix) in readfile()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt4297 Solution: Reset the try_mac counter in the right place. (Oswald)