Home
last modified time | relevance | path

Searched refs:EOL_MAC (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mac.h74 #define EOL_DEFAULT EOL_MAC
H A Dmisc2.c1673 return EOL_MAC; in get_fileformat()
1700 return EOL_MAC; in get_fileformat_force()
1726 case EOL_MAC: in set_fileformat()
1751 case 'm': return EOL_MAC; in default_fileformat()
H A Dfileio.c2121 fileformat = EOL_MAC; in readfile()
2132 fileformat = EOL_MAC; in readfile()
2148 if (fileformat == EOL_MAC) in readfile()
3069 if (eol_type == EOL_MAC) in msg_add_fileformat()
H A Doption.h140 #define EOL_MAC 2 // CR macro
H A Dcharset.c564 else if (c == CAR && get_fileformat(buf) == EOL_MAC) in transchar_nonprint()
H A Doptionstr.c1151 if (get_fileformat(curbuf) == EOL_MAC || *oldval == 'm') in did_set_string_option()
H A Dbufwrite.c2032 else if (c == CAR && fileformat == EOL_MAC) in buf_write()
H A Dex_cmds.c60 if (c == CAR && get_fileformat(curbuf) == EOL_MAC) in do_ascii()
H A Dbuffer.c4689 else if (num == CAR && get_fileformat(wp->w_buffer) == EOL_MAC) in build_stl_str_hl()