Searched refs:get_fileformat (Results 1 – 10 of 10) sorted by relevance
36 int get_fileformat(buf_T *buf);
1140 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()
350 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()
564 else if (c == CAR && get_fileformat(buf) == EOL_MAC) in transchar_nonprint()
1666 get_fileformat(buf_T *buf) in get_fileformat() function
3317 if (get_fileformat(bufp) == EOL_DOS) in get_buf_size()
922 fileformat = get_fileformat(curbuf);// use format from buffer in readfile()
3021 if (get_fileformat(curbuf) == EOL_DOS) in cursor_pos_info()
60 if (c == CAR && get_fileformat(curbuf) == EOL_MAC) in do_ascii()
4689 else if (num == CAR && get_fileformat(wp->w_buffer) == EOL_MAC) in build_stl_str_hl()