Searched refs:PromptForIndex (Results 1 – 2 of 2) sorted by relevance
310 std::string Editline::PromptForIndex(int line_index) { in PromptForIndex() function in Editline342 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()345 size_t Editline::GetPromptWidth() { return ColumnWidth(PromptForIndex(0)); } in GetPromptWidth()421 m_prompt_ansi_prefix.c_str(), PromptForIndex(index).c_str(), in DisplayInput()430 PromptForIndex(0); // Prompt width is constant during an edit session in CountRowsForLine()
252 std::string PromptForIndex(int line_index);