Lines Matching refs:col
69 col = self.col72 col = self.col73 if col == 0:75 col = self.indent_col78 if col + len(word) >= maxcol:80 col = self.indent_col83 col = col + 185 col = col + len(word)87 self.col = col