Lines Matching refs:slashes
219 startlineno, endlineno, slashes = lineinfo = scanline(g)
233 if not slashes and not warnings:
235 elif slashes and not warnings:
236 report(slashes, "No conclusive evidence")
237 elif warnings and not slashes:
240 if len(slashes) > 1:
244 for (row, col), line in slashes:
266 for (row, col), line in slashes:
307 def report(slashes, message): argument
309 for (row, col), line in slashes:
358 slashes = []
366 slashes.append((start, line))
369 return startlineno, endlineno, slashes