Lines Matching refs:total
37 total = 0;
81 total = 0;
169 FNR == 1 && ARGIND == 5 && total > 0 {
352 total++;
360 if (total) {
362 printf " Correct matches: %6d (%d%% of total)\n", matches, 100 * matches / total;
364 printf " Mismatches: %6d (%d%% of total)\n", mismatches, 100 * mismatches / total;
365 printf " Missing: %6d (%d%% of total)\n", missing, 100 * missing / total;