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