Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h357 void ApplyTerminalSizeChange();
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp580 ApplyTerminalSizeChange(); in GetCharacter()
1158 ApplyTerminalSizeChange(); in ConfigureEditor()
1461 void Editline::ApplyTerminalSizeChange() { in ApplyTerminalSizeChange() function in Editline