start_bol 1594 src/editor/edit.c long cur_bol, start_bol; start_bol 1599 src/editor/edit.c start_bol = edit_buffer_get_bol (&edit->buffer, start_mark); start_bol 1620 src/editor/edit.c while (cur_bol >= start_bol); start_bol 1631 src/editor/edit.c off_t cur_bol, start_bol; start_bol 1636 src/editor/edit.c start_bol = edit_buffer_get_bol (&edit->buffer, start_mark); start_bol 1671 src/editor/edit.c while (cur_bol >= start_bol); start_bol 1303 src/editor/editcmd.c off_t start_bol, start_eol; start_bol 1308 src/editor/editcmd.c start_bol = edit_buffer_get_bol (&edit->buffer, *start_mark); start_bol 1309 src/editor/editcmd.c start_eol = edit_buffer_get_eol (&edit->buffer, start_bol - 1) + 1; start_bol 1315 src/editor/editcmd.c diff1 = edit_move_forward3 (edit, start_bol, col2, 0) - start_bol 1316 src/editor/editcmd.c edit_move_forward3 (edit, start_bol, col1, 0);