Lines Matching refs:curline
115 curline = self.text.get("insert linestart", "insert")
116 i = j = len(curline)
126 while i and curline[i-1] not in "'\"" + SEPS:
128 comp_start = curline[i:j]
131 while i and curline[i-1] not in "'\"":
133 comp_what = curline[i:j]
137 while i and (curline[i-1] in ID_CHARS or ord(curline[i-1]) > 127):
139 comp_start = curline[i:j]
140 if i and curline[i-1] == '.': # Need object with attributes.
141 hp.set_index("insert-%dc" % (len(curline)-(i-1)))