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