Searched refs:newCol (Results 1 – 4 of 4) sorted by relevance
409 public void adjustBeginLineColumn(int newLine, int newCol) in adjustBeginLineColumn() argument431 bufcolumn[j] = newCol + columnDiff; in adjustBeginLineColumn()439 bufcolumn[j] = newCol + columnDiff; in adjustBeginLineColumn()
468 int newCol = col + word.length() + 1; // +1 for the space in formatLineToFixedWidth() local470 if (newCol <= width) { in formatLineToFixedWidth()472 col = newCol; in formatLineToFixedWidth()