Searched refs:newBufSize (Results 1 – 1 of 1) sorted by relevance
373 int newBufSize = bufSize; in insertLine() local413 newBufSize = maxBufSize; in insertLine()420 newBufSize += n; in insertLine()423 cbuf = new char[newBufSize][]; in insertLine()424 abuf = new int[newBufSize][]; in insertLine()496 bufSize = newBufSize; in insertLine()