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