tarstats
tarstats.nnotfound++;
tarstats.nfound++;
tarstats.nerror++;
tarstats.nsuccess++;
tarstats.nskipped++;
memset(&tarstats, 0, sizeof(tarstats));
tarstats.nselected++;
oldfound = tarstats.nfound;
olderror = tarstats.nerror;
tarstats.nselected,
tarstats.nsuccess + tarstats.nskipped,
tarstats.nskipped++;
tarstats.nfound = oldfound;
tarstats.nerror = olderror;
if (tarstats.nerror == 0 && tarstats.nsuccess == tarstats.nselected) {
tarstats.nselected, tarstats.nnotfound, tarstats.nskipped,
tarstats.nfound, tarstats.nsuccess, tarstats.nerror);
} tarstats;