Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp355 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth() function in Editline
397 (int)((info->cursor - info->buffer) + GetPromptWidth()); in MoveCursor()
416 ((m_input_lines[m_input_lines.size() - 1].length() + GetPromptWidth()) % in MoveCursor()
558 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); in GetCharacter()
833 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand()
1103 (int)((line_info->cursor - line_info->buffer) + GetPromptWidth()); in TypedCharacter()
1465 (int)((info->lastchar - info->buffer) + GetPromptWidth()); in ApplyTerminalSizeChange()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h250 int GetPromptWidth();