Lines Matching refs:fileformat
173 int fileformat = 0; // end-of-line format in readfile() local
916 fileformat = get_fileformat_force(curbuf, eap); in readfile()
920 fileformat = EOL_UNIX; // binary: use Unix format in readfile()
922 fileformat = get_fileformat(curbuf);// use format from buffer in readfile()
924 fileformat = EOL_UNKNOWN; // detect from file in readfile()
2079 if (fileformat == EOL_UNKNOWN) in readfile()
2094 fileformat = EOL_DOS; in readfile()
2096 fileformat = EOL_UNIX; in readfile()
2104 if (fileformat == EOL_UNIX && try_mac) in readfile()
2121 fileformat = EOL_MAC; in readfile()
2124 else if (fileformat == EOL_UNKNOWN && try_mac == 1) in readfile()
2127 fileformat = default_fileformat(); in readfile()
2131 if (fileformat == EOL_UNKNOWN && try_mac) in readfile()
2132 fileformat = EOL_MAC; in readfile()
2135 if (fileformat == EOL_UNKNOWN) in readfile()
2136 fileformat = default_fileformat(); in readfile()
2140 set_fileformat(fileformat, OPT_LOCAL); in readfile()
2148 if (fileformat == EOL_MAC) in readfile()
2204 if (fileformat == EOL_DOS) in readfile()
2226 fileformat = EOL_UNIX; in readfile()
2277 && fileformat == EOL_DOS in readfile()
2498 if (msg_add_fileformat(fileformat)) in readfile()