Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h521 void SetTerminalHeight(uint32_t term_height);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1378 void SBDebugger::SetTerminalHeight(uint32_t term_height) { in SetTerminalHeight() argument
1379 LLDB_INSTRUMENT_VA(this, term_height); in SetTerminalHeight()
1382 m_opaque_sp->SetTerminalHeight(term_height); in SetTerminalHeight()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp414 bool Debugger::SetTerminalHeight(uint64_t term_height) { in SetTerminalHeight() argument
416 const bool success = SetPropertyAtIndex(idx, term_height); in SetTerminalHeight()
1031 OptionValueUInt64 *term_height = in Debugger() local
1034 term_height->SetMinimumValue(10); in Debugger()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h274 bool SetTerminalHeight(uint64_t term_height);
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c13694 int term_height = terminal_height(); in print_wait_status_row() local
13695 boolean_t reprint_header = (!wd->wd_headers_once && term_height > 0 && in print_wait_status_row()
13696 row % (term_height-1) == 0); in print_wait_status_row()