Home
last modified time | relevance | path

Searched refs:lines_printed (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp970 size_t lines_printed = 0; in PrintCompletion() local
973 if (max_height && lines_printed >= *max_height) in PrintCompletion()
998 lines_printed++; in PrintCompletion()
1007 lines_printed++; in PrintCompletion()
1034 if (max_height && lines_printed >= *max_height) in PrintCompletion()
1046 lines_printed++; in PrintCompletion()
1051 lines_printed++; in PrintCompletion()