Searched refs:newBufSize (Results 1 – 1 of 1) sorted by relevance
372 int newBufSize = bufSize; in insertLine() local412 newBufSize = maxBufSize; in insertLine()419 newBufSize += n; in insertLine()422 cbuf = new char[newBufSize][]; in insertLine()423 abuf = new int[newBufSize][]; in insertLine()495 bufSize = newBufSize; in insertLine()