Searched refs:bad_lines (Results 1 – 2 of 2) sorted by relevance
45 bad_lines = [x for x in lines if 'atmel_mxt_ts' not in x47 if bad_lines:49 'content %s' % bad_lines)
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()