start_eol        3154 src/editor/edit.c         off_t start_bol, start_eol;
start_eol        3160 src/editor/edit.c         start_eol = edit_buffer_get_eol (&edit->buffer, start_bol - 1) + 1;
start_eol        3173 src/editor/edit.c         *start_mark = MAX (*start_mark, start_eol);