Searched refs:bad_lines (Results 1 – 1 of 1) sorted by relevance
248 unsigned bad_lines = 0; in Check() local282 bad_lines++; in Check()336 if (bad_lines > 0 && parsed_lines > 0) { in Check()337 fprintf(stderr, "WARNING: %u line%s improperly formatted\n", bad_lines, in Check()338 bad_lines == 1 ? " is" : "s are"); in Check()