more               96 src/vfs/tar/tar-internal.c     char *more;                 /* pointer to next byte to read */
more               98 src/vfs/tar/tar-internal.c     more = archive->record_start->buffer + status;
more              107 src/vfs/tar/tar-internal.c             r = mc_read (archive->fd, more, left);
more              118 src/vfs/tar/tar-internal.c         more += status;