Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmisc2.pro36 int get_fileformat(buf_T *buf);
/vim-8.2.3635/src/
H A Doptionstr.c1140 if (get_fileformat(curbuf) == EOL_DOS) in did_set_string_option()
1151 if (get_fileformat(curbuf) == EOL_MAC || *oldval == 'm') in did_set_string_option()
H A Dmemline.c350 b0p->b0_flags = get_fileformat(buf) + 1; in ml_open()
5330 | (get_fileformat(buf) + 1); in ml_setflags()
5751 int ffdos = (get_fileformat(buf) == EOL_DOS); in ml_find_line_or_offset()
H A Dcharset.c564 else if (c == CAR && get_fileformat(buf) == EOL_MAC) in transchar_nonprint()
H A Dmisc2.c1666 get_fileformat(buf_T *buf) in get_fileformat() function
H A Dnetbeans.c3317 if (get_fileformat(bufp) == EOL_DOS) in get_buf_size()
H A Dfileio.c922 fileformat = get_fileformat(curbuf);// use format from buffer in readfile()
H A Dops.c3021 if (get_fileformat(curbuf) == EOL_DOS) in cursor_pos_info()
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()