Home
last modified time | relevance | path

Searched refs:lines_printed (Results 1 – 2 of 2) 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()
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_queue.c870 static int lines_printed = 0; in print_batch_size_histogram() local
872 if (lines_printed++ == 0) in print_batch_size_histogram()