Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:current_tabs

655     for spaces, current_tabs, word in line_regex.findall(text_line.rstrip()):
657 if current_tabs:
667 line += tabs * len(current_tabs)
670 word = tabs * len(current_tabs) + word