Searched refs:try_unix (Results 1 – 1 of 1) sorted by relevance
184 int try_unix; in readfile() local665 try_unix = (vim_strchr(p_ffs, 'x') != NULL); in readfile()700 try_unix = (vim_strchr(p_ffs, 'x') != NULL); in readfile()917 try_unix = try_dos = try_mac = FALSE; in readfile()2082 if (try_dos || try_unix) in readfile()2092 if (!try_unix in readfile()2108 try_unix = 1; in readfile()2116 try_unix++; in readfile()2120 if (try_mac > try_unix) in readfile()2220 if ( try_unix in readfile()