Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp310 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth() function in Editline
352 (int)((info->cursor - info->buffer) + GetPromptWidth()); in MoveCursor()
371 ((m_input_lines[m_input_lines.size() - 1].length() + GetPromptWidth()) % in MoveCursor()
492 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); in GetCharacter()
765 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand()
1232 (int)((info->lastchar - info->buffer) + GetPromptWidth()); in TerminalSizeChanged()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h226 int GetPromptWidth();