Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp276 std::string Editline::PromptForIndex(int line_index) { in PromptForIndex() function in Editline
307 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
310 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth()
388 faint, PromptForIndex(index).c_str(), unfaint, in DisplayInput()
397 PromptForIndex(0); // Prompt width is constant during an edit session in CountRowsForLine()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h216 std::string PromptForIndex(int line_index);