more               80 src/vfs/tar/tar-internal.c     char *more;                 /* pointer to next byte to read */
more               82 src/vfs/tar/tar-internal.c     more = archive->record_start->buffer + status;
more               91 src/vfs/tar/tar-internal.c             r = mc_read (archive->fd, more, left);
more              102 src/vfs/tar/tar-internal.c         more += status;