bol               293 src/viewer/move.c     off_t bol;
bol               301 src/viewer/move.c         bol = mcview_offset_rounddown (view->hex_cursor, view->bytes_per_line);
bol               303 src/viewer/move.c         if (mcview_get_byte_indexed (view, bol, view->bytes_per_line - 1, NULL))
bol               304 src/viewer/move.c             view->hex_cursor = bol + view->bytes_per_line - 1;
bol               122 src/viewer/search.c     const off_t bol = mcview_bol (view, current_pos, 0);
bol               125 src/viewer/search.c     if (bol == 0)
bol               128 src/viewer/search.c     return mcview_bol (view, bol - 1, 0);