ret_offset        584 src/vfs/sftpfs/sftpfs.c     off_t ret_offset;
ret_offset        588 src/vfs/sftpfs/sftpfs.c     ret_offset = sftpfs_lseek (fh, offset, whence, &mcerror);
ret_offset        590 src/vfs/sftpfs/sftpfs.c     return ret_offset;
ret_offset        311 src/viewer/internal.h void mcview_coord_to_offset (WView * view, off_t * ret_offset, off_t line, off_t column);
ret_offset        348 src/viewer/move.c mcview_coord_to_offset (WView * view, off_t * ret_offset, off_t line, off_t column)
ret_offset        356 src/viewer/move.c     *ret_offset = coord.cc_offset;