Searched refs:EOL_DOS (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c2828 int fileformat; /* EOL_UNKNOWN, EOL_UNIX or EOL_DOS */
3065 cookie.fileformat = EOL_DOS;
3561 && sp->fileformat == EOL_DOS
3611 sp->fileformat = EOL_DOS;
3616 if (sp->fileformat == EOL_DOS)
H A Dnetbeans.c1794 ff_detected = EOL_DOS;
1844 ff_detected = EOL_DOS;
3728 if (get_fileformat(bufp) == EOL_DOS)
H A Dfileio.c2104 fileformat = EOL_DOS;
2219 if (fileformat == EOL_DOS)
2232 else if (ff_error != EOL_DOS)
2246 ff_error = EOL_DOS;
2290 && fileformat == EOL_DOS
2484 if (ff_error == EOL_DOS)
4611 *s++ = CAR; /* EOL_MAC or EOL_DOS: write CR */
4612 if (fileformat == EOL_DOS) /* write CR-NL */
5251 if (eol_type == EOL_DOS)
H A Dif_sniff.c1185 if (get_fileformat(curbuf) == EOL_DOS)
H A Doption.h87 #define EOL_DOS 1 /* CR NL */ macro
H A Dmemline.c198 * (compatible with Vim 6.x), otherwise it's EOL_UNIX + 1, EOL_DOS + 1 or
5190 int ffdos = (get_fileformat(buf) == EOL_DOS);
H A Dops.c6321 if (get_fileformat(curbuf) == EOL_DOS)
H A Doption.c5986 if (get_fileformat(curbuf) == EOL_DOS)
7663 set_fileformat(curbuf->b_p_tx ? EOL_DOS : EOL_UNIX, opt_flags);

Completed in 190 milliseconds