Searched refs:try_mac (Results 1 – 2 of 2) sorted by relevance
182 int try_mac; in readfile() local698 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 …]
4297 Solution: Reset the try_mac counter in the right place. (Oswald)