Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h225 std::string PromptForIndex(int line_index);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp312 std::string Editline::PromptForIndex(int line_index) { in PromptForIndex() function in Editline
342 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
345 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth()
423 faint, PromptForIndex(index).c_str(), unfaint, in DisplayInput()
432 PromptForIndex(0); // Prompt width is constant during an edit session in CountRowsForLine()