Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp359 size_t Editline::GetPromptWidth() { return ColumnWidth(PromptForIndex(0)); } in GetPromptWidth() function in Editline
401 (int)((info->cursor - info->buffer) + GetPromptWidth()); in MoveCursor()
420 ((m_input_lines[m_input_lines.size() - 1].length() + GetPromptWidth()) % in MoveCursor()
562 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); in GetCharacter()
837 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand()
1117 (int)((line_info->cursor - line_info->buffer) + GetPromptWidth()); in TypedCharacter()
1479 (int)((info->lastchar - info->buffer) + GetPromptWidth()); in ApplyTerminalSizeChange()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h260 size_t GetPromptWidth();