Home | History | Annotate | Download | only in scripts

Lines Matching refs:row

244                     for (row, col), line in slashes:
245 if row == lastrow:
247 rows.append(row)
248 lastrow = row
266 for (row, col), line in slashes:
267 if row == lastrow:
269 lastrow = row
272 print "*** Can't find the / operator in line %d:" % row
276 print "*** Bad warning for line %d:" % row, bad
279 print "%dc%d" % (row, row)
284 print "True division / operator at line %d:" % row
288 "|".join(intlong), "|".join(floatcomplex), row)
296 for row, what in warnings:
297 if row != lastrow:
298 lastblock = [row]
302 row = block[0]
304 print "*** Phantom %s warnings for line %d:" % (whats, row)
305 f.report(row, mark="*")
309 for (row, col), line in slashes:
310 if row != lastrow:
311 print "*** %s on line %d:" % (message, row)
313 lastrow = row