Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance
655 size_t const lineLength = readLineFromFile(buf+pos, dstCapacity-pos, inputFile); in readLinesFromFile() local656 if (lineLength == 0) break; in readLinesFromFile()657 assert(pos + lineLength <= dstCapacity); /* '=' for inputFile not terminated with '\n' */ in readLinesFromFile()658 pos += lineLength; in readLinesFromFile()
572 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); in GetCharacter() local573 int new_line_rows = (lineLength / m_terminal_width) + 1; in GetCharacter()1571 int lineLength = in ApplyTerminalSizeChange() local1573 m_current_line_rows = (lineLength / columns) + 1; in ApplyTerminalSizeChange()