more               86 src/vfs/tar/tar-internal.c     char *more;   // pointer to next byte to read
more               88 src/vfs/tar/tar-internal.c     more = archive->record_start->buffer + status;
more               97 src/vfs/tar/tar-internal.c             r = mc_read (archive->fd, more, left);
more              108 src/vfs/tar/tar-internal.c         more += status;