Searched refs:GetPromptWidth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h233 int GetPromptWidth();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp340 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } function in class:Editline
382 (int)((info->cursor - info->buffer) + GetPromptWidth());
401 ((m_input_lines[m_input_lines.size() - 1].length() + GetPromptWidth()) %
543 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth());
818 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth());
1320 (int)((info->lastchar - info->buffer) + GetPromptWidth());

Completed in 62 milliseconds