Lines Matching refs:slashes
220 startlineno, endlineno, slashes = lineinfo = scanline(g)
234 if not slashes and not warnings:
236 elif slashes and not warnings:
237 report(slashes, "No conclusive evidence")
238 elif warnings and not slashes:
241 if len(slashes) > 1:
245 for (row, col), line in slashes:
267 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