Lines Matching refs:EditLineConstString
63 #define EditLineConstString(str) L##str macro
68 #define EditLineConstString(str) str macro
566 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
998 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-break-line"), in ConfigureEditor()
999 EditLineConstString("Insert a line break"), in ConfigureEditor()
1003 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-end-or-add-line"), in ConfigureEditor()
1004 EditLineConstString("End editing or continue when incomplete"), in ConfigureEditor()
1008 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-delete-next-char"), in ConfigureEditor()
1009 EditLineConstString("Delete next character"), in ConfigureEditor()
1014 m_editline, EL_ADDFN, EditLineConstString("lldb-delete-previous-char"), in ConfigureEditor()
1015 EditLineConstString("Delete previous character"), in ConfigureEditor()
1019 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-previous-line"), in ConfigureEditor()
1020 EditLineConstString("Move to previous line"), in ConfigureEditor()
1024 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-next-line"), in ConfigureEditor()
1025 EditLineConstString("Move to next line"), in ConfigureEditor()
1029 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-previous-history"), in ConfigureEditor()
1030 EditLineConstString("Move to previous history"), in ConfigureEditor()
1034 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-next-history"), in ConfigureEditor()
1035 EditLineConstString("Move to next history"), in ConfigureEditor()
1039 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-buffer-start"), in ConfigureEditor()
1040 EditLineConstString("Move to start of buffer"), in ConfigureEditor()
1044 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-buffer-end"), in ConfigureEditor()
1045 EditLineConstString("Move to end of buffer"), in ConfigureEditor()
1049 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-fix-indentation"), in ConfigureEditor()
1050 EditLineConstString("Fix line indentation"), in ConfigureEditor()
1064 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-complete"), in ConfigureEditor()
1065 EditLineConstString("Invoke completion"), complete_callback); in ConfigureEditor()
1066 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb_complete"), in ConfigureEditor()
1067 EditLineConstString("Invoke completion"), complete_callback); in ConfigureEditor()
1084 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-revert-line"), in ConfigureEditor()
1085 EditLineConstString("Revert line to saved state"), in ConfigureEditor()
1293 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLine()
1338 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLines()
1352 el_wpush(m_editline, EditLineConstString( in GetLines()