Lines Matching refs:end
73 # Tail end of ' string.
75 # Tail end of " string.
77 # Tail end of ''' string.
79 # Tail end of """ string.
190 tok_type, token, start, end, line = t
193 self.prev_row, self.prev_col = end
375 pos = end = endmatch.end(0)
376 yield (STRING, contstr + line[:end],
377 strstart, (lnum, end), contline + line)
449 start, end = pseudomatch.span(1)
450 spos, epos, pos = (lnum, start), (lnum, end), end
451 token, initial = line[start:end], line[start]
477 pos = endmatch.end(0)