Home
last modified time | relevance | path

Searched defs:lineLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp548 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); in GetCharacter() local
1438 int lineLength = in ApplyTerminalSizeChange() local
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c419 size_t const lineLength = readLineFromFile(buf+pos, dstCapacity-pos, inputFile); in readLinesFromFile() local