bol 323 src/editor/editsearch.c const off_t bol = bol 326 src/editor/editsearch.c if (search_start != bol) bol 350 src/editor/editsearch.c const off_t bol = bol 353 src/editor/editsearch.c start_from_next_line = search_start != bol; 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 120 src/viewer/search.c const off_t bol = mcview_bol (view, current_pos, 0); bol 123 src/viewer/search.c if (bol == 0) bol 126 src/viewer/search.c return mcview_bol (view, bol - 1, 0);