Lines Matching refs:try_mac
182 int try_mac; in readfile() local
663 try_mac = (vim_strchr(p_ffs, 'm') != NULL); in readfile()
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()
2104 if (fileformat == EOL_UNIX && try_mac) in readfile()
2107 try_mac = 1; in readfile()
2118 try_mac++; in readfile()
2120 if (try_mac > try_unix) in readfile()
2124 else if (fileformat == EOL_UNKNOWN && try_mac == 1) in readfile()
2131 if (fileformat == EOL_UNKNOWN && try_mac) in readfile()