Searched refs:b_start_eol (Results 1 – 6 of 6) sorted by relevance
915 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()
1506 buf->bufp->b_start_eol = *args == 'T'; in nb_do_cmd()3431 if (!buf->bufp->b_start_eol) in print_read_msg()
3042 int b_start_eol; // last line had eol when it was read member
590 curbuf->b_start_eol = TRUE; in readfile()
768 buf->b_start_eol = TRUE; in buf_clear_file()
7256 Solution: Set b_start_eol when clearing the buffer.