Lines Matching refs:col
376 self.col = 0381 self.col = 0386 self.col = 0393 self.col = 0400 self.col = 0403 self.col = self.col + len(data)409 col = self.col414 if col + len(word) >= maxcol:416 col = 0419 col = col + 1421 col = col + len(word)423 self.col = col