Searched refs:EOL_UNIX (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c2828 int fileformat; /* EOL_UNKNOWN, EOL_UNIX or EOL_DOS */
3577 sp->fileformat = EOL_UNIX;
3613 sp->fileformat = EOL_UNIX;
3632 sp->fileformat = EOL_UNIX;
H A Doption.h86 #define EOL_UNIX 0 /* NL */ macro
H A Dfileio.c1031 fileformat = EOL_UNIX; /* binary: use Unix format */
2106 fileformat = EOL_UNIX;
2111 /* Don't give in to EOL_UNIX if EOL_MAC is more likely */
2112 if (fileformat == EOL_UNIX && try_mac)
2239 fileformat = EOL_UNIX;
2241 set_fileformat(EOL_UNIX, OPT_LOCAL);
4607 if (fileformat == EOL_UNIX)
5265 if (eol_type == EOL_UNIX)
H A Dnetbeans.c1798 ff_detected = EOL_UNIX;
1846 ff_detected = EOL_UNIX;

Completed in 323 milliseconds