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