Searched refs:m_editor_name (Results 1 – 2 of 2) sorted by relevance
363 std::string m_editor_name; variable
1109 el_init(m_editor_name.c_str(), m_input_file, m_output_file, m_error_file); in ConfigureEditor()1337 m_editor_name = (editline_name == nullptr) ? "lldb-tmp" : editline_name; in Editline()1338 m_history_sp = EditlineHistory::GetHistory(m_editor_name); in Editline()