Home
last modified time | relevance | path

Searched refs:b_p_eol (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c915 buf->b_start_eol = buf->b_p_eol; in save_file_ff()
949 if ((buf->b_p_bin || !buf->b_p_fixeol) && buf->b_start_eol != buf->b_p_eol) in file_ff_differs()
H A Dfileio.c589 curbuf->b_p_eol = TRUE; in readfile()
1261 if (!curbuf->b_p_eol) in readfile()
2283 curbuf->b_p_eol = FALSE; in readfile()
H A Dops.c3121 && !curbuf->b_p_eol in cursor_pos_info()
3148 if (!curbuf->b_p_eol && (curbuf->b_p_bin || !curbuf->b_p_fixeol)) in cursor_pos_info()
H A Dbufwrite.c2062 && !buf->b_p_eol)))) in buf_write()
H A Dstructs.h2882 int b_p_eol; // 'endofline' member
H A Dnetbeans.c3335 if (!bufp->b_p_eol && (bufp->b_p_bin || !bufp->b_p_fixeol)) in get_buf_size()
H A Doption.c2842 else if ((int *)varp == &curbuf->b_p_eol) in set_bool_option()
5457 case PV_EOL: return (char_u *)&(curbuf->b_p_eol); in get_varp()
H A Dbuffer.c767 buf->b_p_eol = TRUE; in buf_clear_file()
H A Dmemline.c5904 if ((!buf->b_p_fixeol || buf->b_p_bin) && !buf->b_p_eol in ml_find_line_or_offset()
H A Dos_unix.c4998 || curbuf->b_p_eol))) in mch_call_shell_fork()
H A Dos_win32.c4208 || curbuf->b_p_eol))) in sub_process_writer()