Home
last modified time | relevance | path

Searched refs:EOL_DOS (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dscriptfile.c1253 cookie.fileformat = EOL_DOS; in do_source()
1663 && sp->fileformat == EOL_DOS in get_one_sourceline()
1685 sp->fileformat = EOL_DOS; in get_one_sourceline()
1690 if (sp->fileformat == EOL_DOS) in get_one_sourceline()
H A Dfileio.c2094 fileformat = EOL_DOS; in readfile()
2204 if (fileformat == EOL_DOS) in readfile()
2218 else if (ff_error != EOL_DOS) in readfile()
2233 ff_error = EOL_DOS; in readfile()
2277 && fileformat == EOL_DOS in readfile()
2454 if (ff_error == EOL_DOS) in readfile()
3063 if (eol_type == EOL_DOS) in msg_add_fileformat()
H A Dmisc2.c1674 return EOL_DOS; in get_fileformat()
1701 return EOL_DOS; in get_fileformat_force()
1718 case EOL_DOS: in set_fileformat()
1752 case 'd': return EOL_DOS; in default_fileformat()
H A Dnetbeans.c1389 ff_detected = EOL_DOS; in nb_do_cmd()
1442 ff_detected = EOL_DOS; in nb_do_cmd()
3317 if (get_fileformat(bufp) == EOL_DOS) in get_buf_size()
H A Doption.h139 #define EOL_DOS 1 // CR NL macro
H A Doptionstr.c1140 if (get_fileformat(curbuf) == EOL_DOS) in did_set_string_option()
H A Dbufwrite.c2073 if (fileformat == EOL_DOS) // write CR-NL in buf_write()
H A Dops.c3021 if (get_fileformat(curbuf) == EOL_DOS) in cursor_pos_info()
H A Dmemline.c5751 int ffdos = (get_fileformat(buf) == EOL_DOS); in ml_find_line_or_offset()
H A Doption.c2976 set_fileformat(curbuf->b_p_tx ? EOL_DOS : EOL_UNIX, opt_flags); in set_bool_option()