off_t 107 lib/search.h off_t normal_offset; off_t 109 lib/search.h off_t start_buffer; off_t 1149 lib/util.c load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset, off_t 1215 lib/util.c *offset = (off_t) g_ascii_strtoll (pos_tokens[2], NULL, 10); off_t 1240 lib/util.c save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset, off_t 247 lib/util.h off_t * offset, GArray ** bookmarks); off_t 249 lib/util.h void save_file_position (const vfs_path_t * filename_vpath, long line, long column, off_t offset, off_t 614 lib/vfs/direntry.c static off_t off_t 615 lib/vfs/direntry.c vfs_s_lseek (void *fh, off_t offset, int whence) off_t 618 lib/vfs/direntry.c off_t size = file->ino->st.st_size; off_t 625 lib/vfs/direntry.c off_t retval; off_t 707 lib/vfs/direntry.c const char *file_name, off_t have, off_t need) off_t 1427 lib/vfs/direntry.c off_t total = 0; off_t 1431 lib/vfs/direntry.c off_t stat_size = ino->st.st_size; off_t 699 lib/vfs/interface.c off_t off_t 700 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence) off_t 704 lib/vfs/interface.c off_t result; off_t 793 lib/vfs/parse_ls_vga.c s->st_size = (off_t) g_ascii_strtoll (columns[idx2], NULL, 10); off_t 704 lib/vfs/vfs.c vfs_preallocate (int dest_vfs_fd, off_t src_fsize, off_t dest_fsize) off_t 191 lib/vfs/vfs.h off_t (*lseek) (void *vfs_info, off_t offset, int whence); off_t 305 lib/vfs/vfs.h int vfs_preallocate (int dest_desc, off_t src_fsize, off_t dest_fsize); off_t 317 lib/vfs/vfs.h off_t mc_lseek (int fd, off_t offset, int whence); off_t 97 lib/vfs/xdirentry.h off_t data_offset; /* Subclass specific */ off_t 105 lib/vfs/xdirentry.h off_t pos; /* This is for module's use */ off_t 148 lib/vfs/xdirentry.h int (*linear_start) (struct vfs_class * me, vfs_file_handler_t * fh, off_t from); off_t 12 src/diffviewer/internal.h typedef int (*DFUNC) (void *ctx, int ch, int line, off_t off, size_t sz, const char *str); off_t 72 src/diffviewer/internal.h off_t off; off_t 370 src/diffviewer/ydiff.c static off_t off_t 371 src/diffviewer/ydiff.c dview_fseek (FBUF *fs, off_t off, int whence) off_t 373 src/diffviewer/ydiff.c off_t rv; off_t 409 src/diffviewer/ydiff.c static off_t off_t 412 src/diffviewer/ydiff.c off_t rv; off_t 455 src/diffviewer/ydiff.c static off_t off_t 458 src/diffviewer/ydiff.c off_t off; off_t 849 src/diffviewer/ydiff.c printer_for (char ch, DFUNC printer, void *ctx, FBUF *f, int *line, off_t *off) off_t 898 src/diffviewer/ydiff.c off_t off = 0; off_t 1521 src/diffviewer/ydiff.c cvt_fget (FBUF *f, off_t off, char *dst, size_t dstsize, int skip, int ts, gboolean show_cr) off_t 1631 src/diffviewer/ydiff.c printer (void *ctx, int ch, int line, off_t off, size_t sz, const char *str) off_t 141 src/editor/edit-impl.h off_t edit_move_forward3 (const WEdit * edit, off_t current, long cols, off_t upto); off_t 150 src/editor/edit-impl.h void edit_move_to_prev_col (WEdit * edit, off_t p); off_t 167 src/editor/edit-impl.h void edit_cursor_move (WEdit * edit, off_t increment); off_t 172 src/editor/edit-impl.h off_t edit_write_stream (WEdit * edit, FILE * f); off_t 189 src/editor/edit-impl.h void edit_set_markers (WEdit * edit, off_t m1, off_t m2, long c1, long c2); off_t 192 src/editor/edit-impl.h gboolean edit_save_block (WEdit * edit, const char *filename, off_t start, off_t finish); off_t 196 src/editor/edit-impl.h off_t edit_insert_file (WEdit * edit, const vfs_path_t * filename_vpath); off_t 207 src/editor/edit-impl.h gboolean eval_marks (WEdit * edit, off_t * start_mark, off_t * end_mark); off_t 233 src/editor/edit-impl.h MC_MOCKABLE int edit_get_syntax_color (WEdit * edit, off_t byte_index); off_t 151 src/editor/edit.c static const off_t filesize_default_threshold = 64 * 1024 * 1024; /* 64 MB */ off_t 284 src/editor/edit.c static off_t off_t 288 src/editor/edit.c off_t i; off_t 486 src/editor/edit.c off_t offset; off_t 487 src/editor/edit.c off_t b; off_t 665 src/editor/edit.c off_t p; off_t 684 src/editor/edit.c is_blank (const edit_buffer_t *buf, off_t offset) off_t 686 src/editor/edit.c off_t s, f; off_t 704 src/editor/edit.c static off_t off_t 885 src/editor/edit.c off_t b; off_t 900 src/editor/edit.c off_t b; off_t 1195 src/editor/edit.c off_t b; off_t 1283 src/editor/edit.c off_t b; off_t 1434 src/editor/edit.c off_t p; off_t 1512 src/editor/edit.c off_t curs; off_t 1533 src/editor/edit.c off_t current = edit->buffer.curs1; off_t 1552 src/editor/edit.c static off_t off_t 1558 src/editor/edit.c off_t q; off_t 1610 src/editor/edit.c off_t q; off_t 1626 src/editor/edit.c off_t start_mark, end_mark; off_t 1637 src/editor/edit.c off_t b; off_t 1666 src/editor/edit.c off_t start_mark, end_mark; off_t 1667 src/editor/edit.c off_t cur_bol, start_bol; off_t 1729 src/editor/edit.c static off_t off_t 1730 src/editor/edit.c edit_insert_column_from_file (WEdit *edit, int file, off_t *start_pos, off_t *end_pos, off_t 1733 src/editor/edit.c off_t cursor; off_t 1735 src/editor/edit.c off_t blocklen = -1, width = 0; off_t 1744 src/editor/edit.c off_t i; off_t 1757 src/editor/edit.c off_t p; off_t 1807 src/editor/edit.c off_t curs; off_t 1808 src/editor/edit.c off_t start_mark, end_mark; off_t 1832 src/editor/edit.c off_t ins_len; off_t 1882 src/editor/edit.c off_t off_t 1991 src/editor/edit.c off_t off_t 1995 src/editor/edit.c off_t current; off_t 1996 src/editor/edit.c off_t ins_len = 0; off_t 2040 src/editor/edit.c off_t blocklen; off_t 2061 src/editor/edit.c off_t mark1, mark2; off_t 2077 src/editor/edit.c off_t i; off_t 2774 src/editor/edit.c edit_cursor_move (WEdit *edit, off_t increment) off_t 2818 src/editor/edit.c off_t off_t 2819 src/editor/edit.c edit_move_forward3 (const WEdit *edit, off_t current, long cols, off_t upto) off_t 2821 src/editor/edit.c off_t p, q; off_t 2868 src/editor/edit.c return (upto != 0 ? (off_t) col : p); off_t 2882 src/editor/edit.c return (off_t) col; off_t 2888 src/editor/edit.c off_t off_t 2900 src/editor/edit.c off_t b; off_t 2921 src/editor/edit.c off_t b; off_t 3007 src/editor/edit.c edit_move_to_prev_col (WEdit *edit, off_t p) off_t 3011 src/editor/edit.c off_t b; off_t 3018 src/editor/edit.c off_t e; off_t 3120 src/editor/edit.c edit_set_markers (WEdit *edit, off_t m1, off_t m2, long c1, long c2) off_t 3136 src/editor/edit.c eval_marks (WEdit *edit, off_t *start_mark, off_t *end_mark) off_t 3168 src/editor/edit.c off_t start_bol, start_eol; off_t 3169 src/editor/edit.c off_t end_bol, end_eol; off_t 3171 src/editor/edit.c off_t diff1, diff2; off_t 91 src/editor/edit.h off_t edit_get_cursor_offset (const WEdit * edit); off_t 94 src/editor/editbuffer.c #define EDIT_BUF_SIZE (((off_t) 1) << S_EDIT_BUF_SIZE) off_t 117 src/editor/editbuffer.c edit_buffer_get_byte_ptr (const edit_buffer_t *buf, off_t byte_index) off_t 126 src/editor/editbuffer.c off_t p; off_t 147 src/editor/editbuffer.c edit_buffer_init (edit_buffer_t *buf, off_t size) off_t 187 src/editor/editbuffer.c edit_buffer_get_byte (const edit_buffer_t *buf, off_t byte_index) off_t 212 src/editor/editbuffer.c edit_buffer_get_utf (const edit_buffer_t *buf, off_t byte_index, int *char_length) off_t 275 src/editor/editbuffer.c edit_buffer_get_prev_utf (const edit_buffer_t *buf, off_t byte_index, int *char_length) off_t 326 src/editor/editbuffer.c edit_buffer_count_lines (const edit_buffer_t *buf, off_t first, off_t last) off_t 350 src/editor/editbuffer.c off_t off_t 351 src/editor/editbuffer.c edit_buffer_get_bol (const edit_buffer_t *buf, off_t current) off_t 372 src/editor/editbuffer.c off_t off_t 373 src/editor/editbuffer.c edit_buffer_get_eol (const edit_buffer_t *buf, off_t current) off_t 397 src/editor/editbuffer.c edit_buffer_get_word_from_pos (const edit_buffer_t *buf, off_t start_pos, off_t *start, gsize *cut) off_t 399 src/editor/editbuffer.c off_t word_start; off_t 442 src/editor/editbuffer.c edit_buffer_find_word_start (const edit_buffer_t *buf, off_t *word_start, gsize *word_len) off_t 445 src/editor/editbuffer.c off_t i; off_t 494 src/editor/editbuffer.c off_t i; off_t 526 src/editor/editbuffer.c off_t i; off_t 559 src/editor/editbuffer.c off_t prev; off_t 560 src/editor/editbuffer.c off_t i; off_t 599 src/editor/editbuffer.c off_t prev; off_t 600 src/editor/editbuffer.c off_t i; off_t 639 src/editor/editbuffer.c off_t off_t 640 src/editor/editbuffer.c edit_buffer_get_forward_offset (const edit_buffer_t *buf, off_t current, long lines, off_t upto) off_t 643 src/editor/editbuffer.c return (off_t) edit_buffer_count_lines (buf, current, upto); off_t 671 src/editor/editbuffer.c off_t off_t 672 src/editor/editbuffer.c edit_buffer_get_backward_offset (const edit_buffer_t *buf, off_t current, long lines) off_t 694 src/editor/editbuffer.c off_t off_t 695 src/editor/editbuffer.c edit_buffer_read_file (edit_buffer_t *buf, int fd, off_t size, off_t 698 src/editor/editbuffer.c off_t ret = 0; off_t 699 src/editor/editbuffer.c off_t i, j; off_t 700 src/editor/editbuffer.c off_t data_size; off_t 733 src/editor/editbuffer.c off_t sz; off_t 769 src/editor/editbuffer.c for (i = 0; i < (off_t) buf->b2->len / 2; i++) off_t 808 src/editor/editbuffer.c off_t off_t 811 src/editor/editbuffer.c off_t ret = 0; off_t 812 src/editor/editbuffer.c off_t i; off_t 813 src/editor/editbuffer.c off_t data_size, sz; off_t 820 src/editor/editbuffer.c for (i = 0; i < (off_t) buf->b1->len - 1; i++) off_t 883 src/editor/editbuffer.c edit_buffer_calc_percent (const edit_buffer_t *buf, off_t offset) off_t 16 src/editor/editbuffer.h off_t curs1; /* position of the cursor from the beginning of the file. */ off_t 17 src/editor/editbuffer.h off_t curs2; /* position from the end of the file */ off_t 20 src/editor/editbuffer.h off_t size; /* file size */ off_t 31 src/editor/editbuffer.h off_t loaded; off_t 38 src/editor/editbuffer.h void edit_buffer_init (edit_buffer_t * buf, off_t size); off_t 41 src/editor/editbuffer.h int edit_buffer_get_byte (const edit_buffer_t * buf, off_t byte_index); off_t 43 src/editor/editbuffer.h int edit_buffer_get_utf (const edit_buffer_t * buf, off_t byte_index, int *char_length); off_t 44 src/editor/editbuffer.h int edit_buffer_get_prev_utf (const edit_buffer_t * buf, off_t byte_index, int *char_length); off_t 46 src/editor/editbuffer.h long edit_buffer_count_lines (const edit_buffer_t * buf, off_t first, off_t last); off_t 47 src/editor/editbuffer.h off_t edit_buffer_get_bol (const edit_buffer_t * buf, off_t current); off_t 48 src/editor/editbuffer.h off_t edit_buffer_get_eol (const edit_buffer_t * buf, off_t current); off_t 49 src/editor/editbuffer.h GString *edit_buffer_get_word_from_pos (const edit_buffer_t * buf, off_t start_pos, off_t * start, off_t 51 src/editor/editbuffer.h gboolean edit_buffer_find_word_start (const edit_buffer_t * buf, off_t * word_start, off_t 59 src/editor/editbuffer.h off_t edit_buffer_get_forward_offset (const edit_buffer_t * buf, off_t current, long lines, off_t 60 src/editor/editbuffer.h off_t upto); off_t 61 src/editor/editbuffer.h off_t edit_buffer_get_backward_offset (const edit_buffer_t * buf, off_t current, long lines); off_t 63 src/editor/editbuffer.h off_t edit_buffer_read_file (edit_buffer_t * buf, int fd, off_t size, off_t 65 src/editor/editbuffer.h off_t edit_buffer_write_file (edit_buffer_t * buf, int fd); off_t 67 src/editor/editbuffer.h int edit_buffer_calc_percent (const edit_buffer_t * buf, off_t offset); off_t 94 src/editor/editbuffer.h static inline off_t off_t 109 src/editor/editbuffer.h static inline off_t off_t 134 src/editor/editcmd.c off_t filelen = 0; off_t 465 src/editor/editcmd.c edit_delete_column_of_text (WEdit *edit, off_t m1, off_t m2) off_t 467 src/editor/editcmd.c off_t n; off_t 468 src/editor/editcmd.c off_t r; off_t 481 src/editor/editcmd.c off_t p, q; off_t 507 src/editor/editcmd.c edit_block_delete (WEdit *edit, off_t start_mark, off_t end_mark) off_t 509 src/editor/editcmd.c off_t curs_pos; off_t 541 src/editor/editcmd.c off_t b, e; off_t 542 src/editor/editcmd.c off_t line_width; off_t 558 src/editor/editcmd.c off_t count; off_t 575 src/editor/editcmd.c edit_get_block (WEdit *edit, off_t start, off_t finish, off_t *l) off_t 589 src/editor/editcmd.c off_t x; off_t 619 src/editor/editcmd.c edit_save_block_to_clip_file (WEdit *edit, off_t start, off_t finish) off_t 668 src/editor/editcmd.c off_t i; off_t 680 src/editor/editcmd.c edit_insert_column_of_text (WEdit *edit, unsigned char *data, off_t size, long width, off_t 681 src/editor/editcmd.c off_t *start_pos, off_t *end_pos, long *col1, long *col2) off_t 683 src/editor/editcmd.c off_t i, cursor; off_t 696 src/editor/editcmd.c off_t p; off_t 1289 src/editor/editcmd.c off_t start_mark, end_mark, current = edit->buffer.curs1; off_t 1290 src/editor/editcmd.c off_t mark1 = 0, mark2 = 0; off_t 1292 src/editor/editcmd.c off_t size; off_t 1341 src/editor/editcmd.c off_t current; off_t 1343 src/editor/editcmd.c off_t start_mark, end_mark; off_t 1357 src/editor/editcmd.c off_t mark1, mark2; off_t 1358 src/editor/editcmd.c off_t size; off_t 1361 src/editor/editcmd.c off_t b1, b2; off_t 1408 src/editor/editcmd.c off_t count, count_orig; off_t 1409 src/editor/editcmd.c off_t x; off_t 1446 src/editor/editcmd.c off_t start_mark, end_mark; off_t 1525 src/editor/editcmd.c edit_save_block (WEdit *edit, const char *filename, off_t start, off_t finish) off_t 1528 src/editor/editcmd.c off_t len = 1; off_t 1562 src/editor/editcmd.c off_t i = start; off_t 1568 src/editor/editcmd.c off_t end; off_t 1597 src/editor/editcmd.c off_t start_mark, end_mark; off_t 1621 src/editor/editcmd.c off_t start_mark, end_mark; off_t 1704 src/editor/editcmd.c off_t start_mark, end_mark; off_t 1775 src/editor/editcmd.c off_t start_mark, end_mark; off_t 74 src/editor/editcomplete.c off_t word_start) off_t 82 src/editor/editcomplete.c off_t i; off_t 84 src/editor/editcomplete.c for (i = 0; i < (off_t) len; i++) off_t 110 src/editor/editcomplete.c off_t word_start, gsize word_len, off_t last_byte, off_t 115 src/editor/editcomplete.c off_t start = -1; off_t 139 src/editor/editcomplete.c if (start + (off_t) i == word_start) off_t 221 src/editor/editcomplete.c edit_collect_completions (WEdit *edit, off_t word_start, gsize word_len, off_t 226 src/editor/editcomplete.c off_t last_byte; off_t 429 src/editor/editcomplete.c off_t word_start = 0; off_t 495 src/editor/editdraw.c edit_draw_this_line (WEdit *edit, off_t b, long row, long start_col, long end_col) off_t 500 src/editor/editdraw.c off_t q; off_t 552 src/editor/editdraw.c off_t m1 = 0, m2 = 0; off_t 558 src/editor/editdraw.c off_t tws = 0; off_t 602 src/editor/editdraw.c if (q >= edit->found_start && q < (off_t) (edit->found_start + edit->found_len)) off_t 820 src/editor/editdraw.c edit_draw_this_char (WEdit *edit, off_t curs, long row, long start_column, long end_column) off_t 822 src/editor/editdraw.c off_t b; off_t 835 src/editor/editdraw.c static off_t prev_curs = 0; off_t 330 src/editor/editsearch.c static off_t off_t 331 src/editor/editsearch.c edit_calculate_start_of_next_line (const edit_buffer_t *buf, off_t current_pos, off_t max_pos, off_t 334 src/editor/editsearch.c off_t i; off_t 356 src/editor/editsearch.c static off_t off_t 357 src/editor/editsearch.c edit_calculate_end_of_previous_line (const edit_buffer_t *buf, off_t current_pos, off_t 360 src/editor/editsearch.c off_t i; off_t 379 src/editor/editsearch.c static inline off_t off_t 380 src/editor/editsearch.c edit_calculate_start_of_previous_line (const edit_buffer_t *buf, off_t current_pos, off_t 399 src/editor/editsearch.c static inline off_t off_t 400 src/editor/editsearch.c edit_calculate_start_of_current_line (const edit_buffer_t *buf, off_t current_pos, off_t 418 src/editor/editsearch.c off_t start_mark = 0; off_t 419 src/editor/editsearch.c off_t end_mark = 0; off_t 445 src/editor/editsearch.c off_t search_start = edit->search_start; off_t 446 src/editor/editsearch.c off_t search_end; off_t 447 src/editor/editsearch.c off_t start_mark = 0; off_t 448 src/editor/editsearch.c off_t end_mark = edit->buffer.size; off_t 500 src/editor/editsearch.c if (search_end > (off_t) (search_start + edit->search->original.str->len) off_t 723 src/editor/editsearch.c *current_char = edit_buffer_get_byte (&edit->buffer, (off_t) char_offset); off_t 735 src/editor/editsearch.c ((edit_search_status_msg_t *) sm)->offset = (off_t) char_offset; off_t 16 src/editor/editsearch.h off_t offset; off_t 47 src/editor/editwidget.h off_t end; off_t 96 src/editor/editwidget.h off_t search_start; /* First character to start searching from */ off_t 98 src/editor/editwidget.h off_t found_start; /* the found word from a search - start position */ off_t 121 src/editor/editwidget.h off_t mark1; /* position of highlight start */ off_t 122 src/editor/editwidget.h off_t mark2; /* position of highlight end */ off_t 123 src/editor/editwidget.h off_t end_mark_curs; /* position of cursor after end of highlighting */ off_t 126 src/editor/editwidget.h off_t bracket; /* position of a matching bracket */ off_t 127 src/editor/editwidget.h off_t last_bracket; /* previous position of a matching bracket */ off_t 132 src/editor/editwidget.h off_t line_offsets[N_LINE_CACHES]; off_t 161 src/editor/editwidget.h off_t last_get_rule; off_t 413 src/editor/etags.c off_t word_start = 0; off_t 71 src/editor/format.c static off_t off_t 74 src/editor/format.c off_t p; off_t 94 src/editor/format.c bad_line_start (const edit_buffer_t *buf, off_t p) off_t 122 src/editor/format.c static off_t off_t 147 src/editor/format.c static off_t off_t 170 src/editor/format.c get_paragraph (const edit_buffer_t *buf, off_t p, off_t q, gboolean indent) off_t 193 src/editor/format.c strip_newlines (unsigned char *t, off_t size) off_t 207 src/editor/format.c static inline off_t off_t 208 src/editor/format.c next_tab_pos (off_t x) off_t 216 src/editor/format.c static inline off_t off_t 217 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8) off_t 219 src/editor/format.c off_t xn, x; /* position counters */ off_t 220 src/editor/format.c off_t char_length = 0; /* character length in bytes */ off_t 272 src/editor/format.c static off_t off_t 273 src/editor/format.c next_word_start (unsigned char *t, off_t q, off_t size) off_t 275 src/editor/format.c off_t i; off_t 301 src/editor/format.c word_start (unsigned char *t, off_t q, off_t size) off_t 303 src/editor/format.c off_t i; off_t 326 src/editor/format.c format_this (unsigned char *t, off_t size, long indent, gboolean utf8) off_t 328 src/editor/format.c off_t q = 0, ww; off_t 337 src/editor/format.c off_t p; off_t 361 src/editor/format.c replace_at (WEdit *edit, off_t q, int c) off_t 371 src/editor/format.c edit_indent_width (const WEdit *edit, off_t p) off_t 373 src/editor/format.c off_t q = p; off_t 403 src/editor/format.c put_paragraph (WEdit *edit, unsigned char *t, off_t p, long indent, off_t size) off_t 405 src/editor/format.c off_t cursor; off_t 406 src/editor/format.c off_t i; off_t 424 src/editor/format.c off_t curs; off_t 456 src/editor/format.c test_indent (const WEdit *edit, off_t p, off_t q) off_t 478 src/editor/format.c off_t p, q; off_t 480 src/editor/format.c off_t size; off_t 500 src/editor/format.c off_t i; off_t 592 src/editor/spell.c off_t word_start = 0; off_t 128 src/editor/syntax.c off_t offset; off_t 244 src/editor/syntax.c static off_t off_t 245 src/editor/syntax.c compare_word_to_right (const WEdit *edit, off_t i, const GString *text, off_t 373 src/editor/syntax.c apply_rules_going_right (WEdit *edit, off_t i) off_t 381 src/editor/syntax.c off_t end = 0; off_t 406 src/editor/syntax.c off_t e; off_t 451 src/editor/syntax.c off_t e = -1; off_t 505 src/editor/syntax.c off_t e = -1; off_t 532 src/editor/syntax.c off_t e = -1; off_t 566 src/editor/syntax.c off_t e = -1; off_t 589 src/editor/syntax.c edit_get_rule (WEdit *edit, off_t byte_index) off_t 591 src/editor/syntax.c off_t i; off_t 597 src/editor/syntax.c off_t d = SYNTAX_MARKER_DENSITY; off_t 1462 src/editor/syntax.c edit_get_syntax_color (WEdit *edit, off_t byte_index) off_t 169 src/filemanager/cmd.c compare_files (const vfs_path_t *vpath1, const vfs_path_t *vpath2, off_t size) off_t 481 src/filemanager/cmd.c long start_line, off_t search_start, off_t search_end) off_t 1282 src/filemanager/cmd.c entry->st.st_size = (off_t) total; off_t 1331 src/filemanager/cmd.c panel->dir.list[i].st.st_size = (off_t) total; off_t 47 src/filemanager/cmd.h gboolean internal, long start_line, off_t search_start, off_t 48 src/filemanager/cmd.h off_t search_end); off_t 817 src/filemanager/file.c progress_update_one (file_op_total_context_t *tctx, file_op_context_t *ctx, off_t add) off_t 1135 src/filemanager/file.c gint64 tv_current, gint64 tv_transfer_start, off_t file_size, off_t 1136 src/filemanager/file.c off_t file_part) off_t 2276 src/filemanager/file.c off_t file_size = -1; off_t 2675 src/filemanager/file.c off_t file_part = 0; off_t 987 src/filemanager/filegui.c file_progress_show (file_op_context_t *ctx, off_t done, off_t total, off_t 30 src/filemanager/filegui.h void file_progress_show (file_op_context_t * ctx, off_t done, off_t total, off_t 100 src/filemanager/fileopctx.h off_t do_reget; off_t 166 src/filemanager/find.c static off_t last_off; off_t 1055 src/filemanager/find.c off_t off = 0; /* file_fd's offset corresponding to strbuf[0] */ off_t 1453 src/filemanager/find.c find_do_view_edit (gboolean unparsed_view, gboolean edit, char *dir, char *file, off_t search_start, off_t 1454 src/filemanager/find.c off_t search_end) off_t 191 src/textconf.c TYPE_INFO (off_t); off_t 154 src/vfs/cpio/cpio.c static off_t cpio_position; off_t 599 src/vfs/cpio/cpio.c st.st_size = ((off_t) u.buf.c_filesizes[0] << 16) | u.buf.c_filesizes[1]; off_t 849 src/vfs/cpio/cpio.c off_t begin = file->ino->data_offset; off_t 1505 src/vfs/extfs/extfs.c static off_t off_t 1506 src/vfs/extfs/extfs.c extfs_lseek (void *fh, off_t offset, int whence) off_t 1928 src/vfs/ftpfs/ftpfs.c off_t n_stored = 0; off_t 2029 src/vfs/ftpfs/ftpfs.c ftpfs_linear_start (struct vfs_class *me, vfs_file_handler_t *fh, off_t offset) off_t 59 src/vfs/ftpfs/ftpfs_parse_ls.c #define NO_SIZE ((off_t) (-1L)) off_t 330 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_size = (off_t) size; off_t 342 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_size = (off_t) size; off_t 506 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_size = (off_t) size; off_t 548 src/vfs/ftpfs/ftpfs_parse_ls.c off_t size = NO_SIZE; off_t 657 src/vfs/ftpfs/ftpfs_parse_ls.c off_t size = NO_SIZE; off_t 906 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_size = (off_t) size; off_t 936 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_size = (off_t) size; off_t 1034 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_size = (off_t) size; off_t 453 src/vfs/local/local.c off_t off_t 454 src/vfs/local/local.c local_lseek (void *data, off_t offset, int whence) off_t 29 src/vfs/local/local.h extern off_t local_lseek (void *data, off_t offset, int whence); off_t 300 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); off_t 327 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); off_t 382 src/vfs/sftpfs/file.c off_t off_t 383 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror) off_t 419 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); off_t 110 src/vfs/sftpfs/internal.h off_t sftpfs_lseek (vfs_file_handler_t * fh, off_t offset, int whence, GError ** mcerror); off_t 576 src/vfs/sftpfs/sftpfs.c static off_t off_t 577 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lseek (void *data, off_t offset, int whence) off_t 579 src/vfs/sftpfs/sftpfs.c off_t ret_offset; off_t 153 src/vfs/shell/shell.c off_t got; off_t 154 src/vfs/shell/shell.c off_t total; off_t 838 src/vfs/shell/shell.c ST.st_size = (off_t) g_ascii_strtoll (buffer, NULL, 10); off_t 988 src/vfs/shell/shell.c off_t total = 0; off_t 1094 src/vfs/shell/shell.c shell_linear_start (struct vfs_class *me, vfs_file_handler_t *fh, off_t offset) off_t 1127 src/vfs/shell/shell.c shell->total = (off_t) strtol (reply_str, NULL, 10); off_t 1129 src/vfs/shell/shell.c shell->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10); off_t 1150 src/vfs/shell/shell.c n = MIN ((off_t) sizeof (buffer), (shell->total - shell->got)); off_t 157 src/vfs/tar/tar-internal.c static off_t off_t 158 src/vfs/tar/tar-internal.c tar_seek_archive (tar_super_t *archive, off_t size) off_t 160 src/vfs/tar/tar-internal.c off_t start, offset; off_t 161 src/vfs/tar/tar-internal.c off_t nrec, nblk; off_t 162 src/vfs/tar/tar-internal.c off_t skipped; off_t 506 src/vfs/tar/tar-internal.c off_t off_t 511 src/vfs/tar/tar-internal.c return tar_from_header (p, s, "off_t", 0, TYPE_MAXIMUM (off_t), FALSE); off_t 567 src/vfs/tar/tar-internal.c off_t off_t 579 src/vfs/tar/tar-internal.c tar_skip_file (tar_super_t *archive, off_t size) off_t 582 src/vfs/tar/tar-internal.c off_t nblk; off_t 204 src/vfs/tar/tar-internal.h off_t offset; /* chunk offset in file */ off_t 205 src/vfs/tar/tar-internal.h off_t numbytes; /* length of chunk */ off_t 206 src/vfs/tar/tar-internal.h off_t arch_offset; /* chunk offset in archive */ off_t 261 src/vfs/tar/tar-internal.h off_t archive_file_size; /**< size of file as stored in the archive. off_t 270 src/vfs/tar/tar-internal.h off_t real_size; /**< real size of sparse file */ off_t 292 src/vfs/tar/tar-internal.h extern off_t record_start_block; /* block ordinal at record_start */ off_t 312 src/vfs/tar/tar-internal.h off_t off_from_header (const char *p, size_t s); off_t 315 src/vfs/tar/tar-internal.h off_t tar_current_block_ordinal (const tar_super_t * archive); off_t 316 src/vfs/tar/tar-internal.h gboolean tar_skip_file (tar_super_t * archive, off_t size); off_t 326 src/vfs/tar/tar-internal.h off_t size); off_t 126 src/vfs/tar/tar-sparse.c off_t dumped_size; /**< Number of bytes actually written to the archive */ off_t 373 src/vfs/tar/tar-sparse.c off_t size; off_t 407 src/vfs/tar/tar-sparse.c off_t realsize; off_t 472 src/vfs/tar/tar-sparse.c off_t realsize; off_t 549 src/vfs/tar/tar-sparse.c off_t start; off_t 577 src/vfs/tar/tar-sparse.c off_t size; off_t 580 src/vfs/tar/tar-sparse.c if (!decode_num (&u, nbuf, TYPE_MAXIMUM (off_t))) off_t 587 src/vfs/tar/tar-sparse.c if (!decode_num (&u, nbuf, TYPE_MAXIMUM (off_t)) || ckd_add (&size, sp.offset, u) off_t 516 src/vfs/tar/tar-xheader.c if (!decode_num (&u, arg, TYPE_MAXIMUM (off_t), keyword)) off_t 721 src/vfs/tar/tar-xheader.c if (!decode_num (&u, arg, TYPE_MAXIMUM (off_t), keyword)) off_t 760 src/vfs/tar/tar-xheader.c if (!decode_num (&u, arg, TYPE_MAXIMUM (off_t), keyword)) off_t 804 src/vfs/tar/tar-xheader.c off_t u; off_t 808 src/vfs/tar/tar-xheader.c u = stoint (arg, &delim, &overflow, 0, TYPE_MAXIMUM (off_t)); off_t 902 src/vfs/tar/tar-xheader.c tar_xheader_read (tar_super_t *archive, struct xheader *xhdr, union block *p, off_t size) off_t 68 src/vfs/tar/tar.c off_t record_start_block; /* block ordinal at record_start */ off_t 254 src/vfs/tar/tar.c off_t begin = inode->data_offset; off_t 642 src/vfs/tar/tar.c off_t size; off_t 690 src/vfs/tar/tar.c if ((off_t) written > size) off_t 1104 src/vfs/tar/tar.c tar_get_sparse_chunk_idx (const GArray *sparse_map, off_t offset) off_t 1136 src/vfs/tar/tar.c off_t remain; off_t 1144 src/vfs/tar/tar.c remain = MIN ((off_t) count, chunk->offset + chunk->numbytes - fh->pos); off_t 1152 src/vfs/tar/tar.c remain = MIN ((off_t) count, fh->ino->st.st_size - fh->pos); off_t 1160 src/vfs/tar/tar.c remain = MIN ((off_t) count, chunk->offset - fh->pos); off_t 1172 src/vfs/tar/tar.c static off_t off_t 1173 src/vfs/tar/tar.c tar_lseek_sparse (vfs_file_handler_t *fh, off_t offset) off_t 1175 src/vfs/tar/tar.c off_t saved_offset = offset; off_t 1180 src/vfs/tar/tar.c off_t res; off_t 1233 src/vfs/tar/tar.c off_t begin = file->pos; off_t 1250 src/vfs/tar/tar.c count = (size_t) MIN ((off_t) count, file->ino->st.st_size - file->pos); off_t 101 src/vfs/undelfs/undelfs.c off_t pos; /* file position */ off_t 102 src/vfs/undelfs/undelfs.c off_t current; /* used to determine current position in itereate */ off_t 106 src/vfs/undelfs/undelfs.c off_t size; off_t 525 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count < p->current) off_t 541 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count <= p->current + param_fs->blocksize) off_t 557 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count < p->current + param_fs->blocksize) off_t 590 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count > p->size) off_t 733 src/vfs/undelfs/undelfs.c static off_t off_t 734 src/vfs/undelfs/undelfs.c undelfs_lseek (void *vfs_info, off_t offset, int whence) off_t 104 src/viewer/actions_cmd.c off_t want_search_start = view->search_start; off_t 431 src/viewer/actions_cmd.c off_t addr; off_t 576 src/viewer/ascii.c gboolean *paragraph_ended, off_t *linewidth) off_t 579 src/viewer/ascii.c off_t dpy_text_column = view->mode_flags.wrap ? 0 : view->dpy_text_column; off_t 592 src/viewer/ascii.c off_t eol; off_t 657 src/viewer/ascii.c if (view->mode_flags.wrap && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols off_t 671 src/viewer/ascii.c if ((off_t) col >= dpy_text_column && off_t 672 src/viewer/ascii.c (off_t) col + charwidth <= dpy_text_column + (off_t) r->cols) off_t 676 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + ((off_t) col - dpy_text_column)); off_t 695 src/viewer/ascii.c else if ((off_t) col < dpy_text_column && (off_t) col + charwidth > dpy_text_column) off_t 702 src/viewer/ascii.c i < (off_t) col + charwidth && i < dpy_text_column + (off_t) r->cols; i++) off_t 708 src/viewer/ascii.c else if ((off_t) col < dpy_text_column + (off_t) r->cols && off_t 709 src/viewer/ascii.c (off_t) col + charwidth > dpy_text_column + (off_t) r->cols) off_t 715 src/viewer/ascii.c for (i = col; i < dpy_text_column + (off_t) r->cols; i++) off_t 726 src/viewer/ascii.c if (!view->mode_flags.wrap && (off_t) col >= dpy_text_column + (off_t) r->cols off_t 731 src/viewer/ascii.c off_t eol; off_t 919 src/viewer/ascii.c mcview_ascii_move_down (WView *view, off_t lines) off_t 968 src/viewer/ascii.c mcview_ascii_move_up (WView *view, off_t lines) off_t 1032 src/viewer/ascii.c off_t linewidth; off_t 1037 src/viewer/ascii.c view->dpy_text_column = DOZ (linewidth, (off_t) view->data_area.cols); off_t 1044 src/viewer/ascii.c mcview_state_machine_init (mcview_state_machine_t *state, off_t offset) off_t 173 src/viewer/coord_cache.c off_t offset, line, column, nextline_offset, filesize; off_t 250 src/viewer/coord_cache.c off_t limit; off_t 104 src/viewer/datasource.c off_t off_t 137 src/viewer/datasource.c mcview_get_ptr_file (WView *view, off_t byte_index) off_t 152 src/viewer/datasource.c mcview_get_utf (WView *view, off_t byte_index, int *ch, int *ch_len) off_t 224 src/viewer/datasource.c mcview_get_ptr_string (WView *view, off_t byte_index) off_t 228 src/viewer/datasource.c if (byte_index >= 0 && byte_index < (off_t) view->ds_string_len) off_t 236 src/viewer/datasource.c mcview_get_byte_string (WView *view, off_t byte_index, int *retval) off_t 255 src/viewer/datasource.c mcview_get_byte_none (WView *view, off_t byte_index, int *retval) off_t 270 src/viewer/datasource.c mcview_set_byte (WView *view, off_t offset, byte b) off_t 285 src/viewer/datasource.c mcview_file_load_data (WView *view, off_t byte_index) off_t 287 src/viewer/datasource.c off_t blockoffset; off_t 316 src/viewer/datasource.c if ((off_t) bytes_read > view->ds_file_filesize - view->ds_file_offset) off_t 141 src/viewer/dialogs.c mcview_dialog_goto (WView *view, off_t *offset) off_t 206 src/viewer/dialogs.c off_t addr; off_t 209 src/viewer/dialogs.c addr = (off_t) g_ascii_strtoll (exp, &error, base); off_t 131 src/viewer/display.c mcview_display_percent (WView *view, off_t p) off_t 374 src/viewer/display.c off_t cl; off_t 106 src/viewer/growbuf.c off_t off_t 114 src/viewer/growbuf.c return ((off_t) view->growbuf_blockptr->len - 1) * VIEW_PAGE_SIZE + view->growbuf_lastindex; off_t 124 src/viewer/growbuf.c mcview_growbuf_read_until (WView *view, off_t ofs) off_t 249 src/viewer/growbuf.c mcview_get_byte_growing_buffer (WView *view, off_t byte_index, int *retval) off_t 274 src/viewer/growbuf.c mcview_get_ptr_growing_buffer (WView *view, off_t byte_index) off_t 276 src/viewer/growbuf.c off_t pageno, pageindex; off_t 289 src/viewer/growbuf.c if (pageno < (off_t) view->growbuf_blockptr->len - 1) off_t 291 src/viewer/growbuf.c if (pageno == (off_t) view->growbuf_blockptr->len - 1 off_t 292 src/viewer/growbuf.c && pageindex < (off_t) view->growbuf_lastindex) off_t 85 src/viewer/hex.c mcview_hex_calculate_boldflag (WView *view, off_t from, struct hexedit_change_node *curr, off_t 111 src/viewer/hex.c off_t from; off_t 23 src/viewer/internal.h #define OFF_T_BITWIDTH ((unsigned int) (sizeof (off_t) * CHAR_BIT - 1)) off_t 24 src/viewer/internal.h #define OFFSETTYPE_MAX (((off_t) 1 << (OFF_T_BITWIDTH - 1)) - 1) off_t 59 src/viewer/internal.h off_t offset; off_t 70 src/viewer/internal.h off_t cc_offset; off_t 71 src/viewer/internal.h off_t cc_line; off_t 72 src/viewer/internal.h off_t cc_column; off_t 73 src/viewer/internal.h off_t cc_nroff_column; off_t 81 src/viewer/internal.h off_t offset; /* The file offset at which this is the state. */ off_t 82 src/viewer/internal.h off_t unwrapped_column; /* Columns if the paragraph wasn't wrapped, */ off_t 109 src/viewer/internal.h off_t ds_file_filesize; /* Size of the file */ off_t 110 src/viewer/internal.h off_t ds_file_offset; /* Offset of the currently loaded data */ off_t 133 src/viewer/internal.h off_t hex_cursor; /* Hexview cursor position in file */ off_t 145 src/viewer/internal.h off_t dpy_start; /* Offset of the displayed data (start of the paragraph in non-hex mode) */ off_t 146 src/viewer/internal.h off_t dpy_end; /* Offset after the displayed data */ off_t 147 src/viewer/internal.h off_t dpy_paragraph_skip_lines; /* Extra lines to skip in wrap mode */ off_t 151 src/viewer/internal.h off_t dpy_text_column; /* Number of skipped columns in non-wrap off_t 170 src/viewer/internal.h off_t search_start; /* First character to start searching from */ off_t 171 src/viewer/internal.h off_t search_end; /* Length of found string or 0 if none was found */ off_t 176 src/viewer/internal.h off_t marks[10]; /* 10 marks: 0..9 */ off_t 178 src/viewer/internal.h off_t update_steps; /* The number of bytes between percent increments */ off_t 179 src/viewer/internal.h off_t update_activate; /* Last point where we updated the status */ off_t 196 src/viewer/internal.h off_t index; off_t 225 src/viewer/internal.h void mcview_state_machine_init (mcview_state_machine_t *, off_t); off_t 226 src/viewer/internal.h void mcview_ascii_move_down (WView * view, off_t lines); off_t 227 src/viewer/internal.h void mcview_ascii_move_up (WView * view, off_t lines); off_t 239 src/viewer/internal.h off_t mcview_get_filesize (WView * view); off_t 241 src/viewer/internal.h char *mcview_get_ptr_file (WView * view, off_t byte_index); off_t 242 src/viewer/internal.h char *mcview_get_ptr_string (WView * view, off_t byte_index); off_t 243 src/viewer/internal.h gboolean mcview_get_utf (WView * view, off_t byte_index, int *ch, int *ch_len); off_t 244 src/viewer/internal.h gboolean mcview_get_byte_string (WView * view, off_t byte_index, int *retval); off_t 245 src/viewer/internal.h gboolean mcview_get_byte_none (WView * view, off_t byte_index, int *retval); off_t 246 src/viewer/internal.h void mcview_set_byte (WView * view, off_t offset, byte b); off_t 247 src/viewer/internal.h void mcview_file_load_data (WView * view, off_t byte_index); off_t 256 src/viewer/internal.h gboolean mcview_dialog_goto (WView * view, off_t * offset); off_t 271 src/viewer/internal.h off_t mcview_growbuf_filesize (WView * view); off_t 272 src/viewer/internal.h void mcview_growbuf_read_until (WView * view, off_t ofs); off_t 273 src/viewer/internal.h gboolean mcview_get_byte_growing_buffer (WView * view, off_t byte_index, int *retval); off_t 274 src/viewer/internal.h char *mcview_get_ptr_growing_buffer (WView * view, off_t byte_index); off_t 295 src/viewer/internal.h off_t mcview_bol (WView * view, off_t current, off_t limit); off_t 296 src/viewer/internal.h off_t mcview_eol (WView * view, off_t current); off_t 298 src/viewer/internal.h int mcview_calc_percent (WView * view, off_t p); off_t 301 src/viewer/internal.h void mcview_move_up (WView * view, off_t lines); off_t 302 src/viewer/internal.h void mcview_move_down (WView * view, off_t lines); off_t 303 src/viewer/internal.h void mcview_move_left (WView * view, off_t columns); off_t 304 src/viewer/internal.h void mcview_move_right (WView * view, off_t columns); off_t 309 src/viewer/internal.h void mcview_moveto_offset (WView * view, off_t offset); off_t 310 src/viewer/internal.h void mcview_moveto (WView * view, off_t, off_t col); off_t 311 src/viewer/internal.h void mcview_coord_to_offset (WView * view, off_t * ret_offset, off_t line, off_t column); off_t 312 src/viewer/internal.h void mcview_offset_to_coord (WView * view, off_t * ret_line, off_t * ret_column, off_t offset); off_t 317 src/viewer/internal.h int mcview__get_nroff_real_len (WView * view, off_t start, off_t length); off_t 318 src/viewer/internal.h mcview_nroff_t *mcview_nroff_seq_new_num (WView * view, off_t lc_index); off_t 331 src/viewer/internal.h void mcview_do_search (WView * view, off_t want_search_start); off_t 337 src/viewer/internal.h static inline off_t off_t 338 src/viewer/internal.h mcview_offset_rounddown (off_t a, off_t b) off_t 367 src/viewer/internal.h mcview_already_loaded (off_t offset, off_t idx, size_t size) off_t 369 src/viewer/internal.h return (offset <= idx && idx - offset < (off_t) size); off_t 375 src/viewer/internal.h mcview_get_byte_file (WView *view, off_t byte_index, int *retval) off_t 394 src/viewer/internal.h mcview_get_byte (WView *view, off_t offset, int *retval) off_t 415 src/viewer/internal.h mcview_get_byte_indexed (WView *view, off_t base, off_t ofs, int *retval) off_t 429 src/viewer/internal.h mcview_count_backspaces (WView *view, off_t offset) off_t 444 src/viewer/internal.h mcview_is_nroff_sequence (WView *view, off_t offset) off_t 313 src/viewer/lib.c off_t off_t 314 src/viewer/lib.c mcview_bol (WView *view, off_t current, off_t limit) off_t 317 src/viewer/lib.c off_t filesize; off_t 348 src/viewer/lib.c off_t off_t 349 src/viewer/lib.c mcview_eol (WView *view, off_t current) off_t 402 src/viewer/lib.c mcview_calc_percent (WView *view, off_t p) off_t 404 src/viewer/lib.c off_t filesize; off_t 238 src/viewer/mcviewer.c off_t search_start, off_t search_end) off_t 286 src/viewer/mcviewer.c off_t search_start, off_t search_end) off_t 440 src/viewer/mcviewer.c off_t new_offset, max_offset; off_t 48 src/viewer/mcviewer.h off_t search_start, off_t search_end); off_t 51 src/viewer/mcviewer.h off_t search_start, off_t search_end); off_t 77 src/viewer/move.c off_t bytes = view->bytes_per_line; off_t 78 src/viewer/move.c off_t cursor = view->hex_cursor; off_t 79 src/viewer/move.c off_t topleft = view->dpy_start; off_t 80 src/viewer/move.c off_t displaysize; off_t 114 src/viewer/move.c mcview_move_up (WView *view, off_t lines) off_t 120 src/viewer/move.c off_t bytes; off_t 144 src/viewer/move.c mcview_move_down (WView *view, off_t lines) off_t 146 src/viewer/move.c off_t last_byte; off_t 154 src/viewer/move.c off_t i, limit; off_t 156 src/viewer/move.c limit = DOZ (last_byte, (off_t) view->bytes_per_line); off_t 177 src/viewer/move.c mcview_move_left (WView *view, off_t columns) off_t 181 src/viewer/move.c off_t old_cursor = view->hex_cursor; off_t 202 src/viewer/move.c mcview_move_right (WView *view, off_t columns) off_t 206 src/viewer/move.c off_t last_byte; off_t 207 src/viewer/move.c off_t old_cursor = view->hex_cursor; off_t 246 src/viewer/move.c off_t filesize; off_t 290 src/viewer/move.c off_t bol; off_t 296 src/viewer/move.c off_t filesize; off_t 315 src/viewer/move.c mcview_moveto_offset (WView *view, off_t offset) off_t 337 src/viewer/move.c mcview_moveto (WView *view, off_t line, off_t col) off_t 339 src/viewer/move.c off_t offset; off_t 348 src/viewer/move.c mcview_coord_to_offset (WView *view, off_t *ret_offset, off_t line, off_t column) off_t 362 src/viewer/move.c mcview_offset_to_coord (WView *view, off_t *ret_line, off_t *ret_column, off_t offset) off_t 62 src/viewer/nroff.c mcview_nroff_get_char (mcview_nroff_t *nroff, int *ret_val, off_t nroff_index) off_t 95 src/viewer/nroff.c mcview__get_nroff_real_len (WView *view, off_t start, off_t length) off_t 99 src/viewer/nroff.c off_t i = 0; off_t 131 src/viewer/nroff.c mcview_nroff_seq_new_num (WView *view, off_t lc_index) off_t 150 src/viewer/nroff.c return mcview_nroff_seq_new_num (view, (off_t) 0); off_t 240 src/viewer/nroff.c off_t prev_index, prev_index2; off_t 69 src/viewer/search.c off_t offset; off_t 122 src/viewer/search.c off_t filesize; off_t 143 src/viewer/search.c mcview_find (mcview_search_status_msg_t *ssm, off_t search_start, off_t search_end, gsize *len) off_t 160 src/viewer/search.c if (search_end > search_start + (off_t) view->search->original.str->len off_t 319 src/viewer/search.c vsm->offset = (off_t) char_offset; off_t 351 src/viewer/search.c mcview_do_search (WView *view, off_t want_search_start) off_t 355 src/viewer/search.c off_t search_start = 0; off_t 356 src/viewer/search.c off_t orig_search_start = view->search_start; off_t 409 src/viewer/search.c off_t growbufsize; off_t 203 tests/lib/vfs/vfs_path_string_convert.c const off_t element_index; off_t 70 tests/src/editor/edit_complete_word_cmd.c edit_get_syntax_color (WEdit *_edit, off_t _byte_index) off_t 212 tests/src/editor/edit_complete_word_cmd.c off_t input_position; off_t 282 tests/src/editor/edit_complete_word_cmd.c off_t i = 0; off_t 312 tests/src/editor/edit_complete_word_cmd.c off_t input_position; off_t 356 tests/src/editor/edit_complete_word_cmd.c off_t i = 0;