start_bol        1597 src/editor/edit.c     long cur_bol, start_bol;
start_bol        1602 src/editor/edit.c     start_bol = edit_buffer_get_bol (&edit->buffer, start_mark);
start_bol        1626 src/editor/edit.c     while (cur_bol >= start_bol);
start_bol        1637 src/editor/edit.c     off_t cur_bol, start_bol;
start_bol        1642 src/editor/edit.c     start_bol = edit_buffer_get_bol (&edit->buffer, start_mark);
start_bol        1674 src/editor/edit.c     while (cur_bol >= start_bol);
start_bol        3108 src/editor/edit.c         off_t start_bol, start_eol;
start_bol        3113 src/editor/edit.c         start_bol = edit_buffer_get_bol (&edit->buffer, *start_mark);
start_bol        3114 src/editor/edit.c         start_eol = edit_buffer_get_eol (&edit->buffer, start_bol - 1) + 1;
start_bol        3120 src/editor/edit.c         diff1 = edit_move_forward3 (edit, start_bol, col2, 0)
start_bol        3121 src/editor/edit.c             - edit_move_forward3 (edit, start_bol, col1, 0);