Lines Matching refs:tail
1964 head, quote, tail = match.groups()
1968 second_quote = tail.find('"')
1971 elided = tail[second_quote + 1:]
1986 match_literal = Match(r'^((?:\'?[0-9a-zA-Z_])*)(.*)$', "'" + tail)
1990 second_quote = tail.find('\'')
1993 elided = tail[second_quote + 1:]
2278 (head, tail) = os.path.split(path)
2282 if tail == path: # relative paths end
2283 lst.append(tail)
2287 lst.append(tail)