Lines Matching refs:chars
145 chars = text.get("%d.0" % line, "%d.0" % (line+1))
146 while chars:
147 m = prog.search(chars[:-1], col)
156 chars = text.get("%d.0" % line, "%d.0" % (line+1))
157 if not chars and wrap:
161 chars = text.get("1.0", "2.0")
167 chars = text.get("%d.0" % line, "%d.0" % (line+1))
169 m = search_reverse(prog, chars[:-1], col)
184 chars = text.get("%d.0" % line, "%d.0" % (line+1))
185 col = len(chars) - 1
189 def search_reverse(prog, chars, col):
197 m = prog.search(chars)
206 m = prog.search(chars, j)