Lines Matching refs:EditLineConstString
67 #define EditLineConstString(str) L##str macro
72 #define EditLineConstString(str) str macro
638 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
1168 EditLineConstString("lldb-break-line"), in ConfigureEditor()
1169 EditLineConstString("Insert a line break"), in ConfigureEditor()
1175 EditLineConstString("lldb-end-or-add-line"), in ConfigureEditor()
1176 EditLineConstString("End editing or continue when incomplete"), in ConfigureEditor()
1181 EditLineConstString("lldb-delete-next-char"), in ConfigureEditor()
1182 EditLineConstString("Delete next character"), in ConfigureEditor()
1187 EditLineConstString("lldb-delete-previous-char"), in ConfigureEditor()
1188 EditLineConstString("Delete previous character"), in ConfigureEditor()
1193 EditLineConstString("lldb-previous-line"), in ConfigureEditor()
1194 EditLineConstString("Move to previous line"), in ConfigureEditor()
1199 EditLineConstString("lldb-next-line"), in ConfigureEditor()
1200 EditLineConstString("Move to next line"), [](EditLine *editline, int ch) { in ConfigureEditor()
1204 EditLineConstString("lldb-previous-history"), in ConfigureEditor()
1205 EditLineConstString("Move to previous history"), in ConfigureEditor()
1210 EditLineConstString("lldb-next-history"), in ConfigureEditor()
1211 EditLineConstString("Move to next history"), in ConfigureEditor()
1216 EditLineConstString("lldb-buffer-start"), in ConfigureEditor()
1217 EditLineConstString("Move to start of buffer"), in ConfigureEditor()
1222 EditLineConstString("lldb-buffer-end"), in ConfigureEditor()
1223 EditLineConstString("Move to end of buffer"), in ConfigureEditor()
1228 EditLineConstString("lldb-fix-indentation"), in ConfigureEditor()
1229 EditLineConstString("Fix line indentation"), in ConfigureEditor()
1243 AddFunctionToEditLine(EditLineConstString("lldb-complete"), in ConfigureEditor()
1244 EditLineConstString("Invoke completion"), in ConfigureEditor()
1246 AddFunctionToEditLine(EditLineConstString("lldb_complete"), in ConfigureEditor()
1247 EditLineConstString("Invoke completion"), in ConfigureEditor()
1257 EditLineConstString("lldb-apply-complete"), in ConfigureEditor()
1258 EditLineConstString("Adopt autocompletion"), in ConfigureEditor()
1267 EditLineConstString("lldb-typed-character"), in ConfigureEditor()
1268 EditLineConstString("Typed character"), in ConfigureEditor()
1307 EditLineConstString("lldb-revert-line"), in ConfigureEditor()
1308 EditLineConstString("Revert line to saved state"), in ConfigureEditor()
1505 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLine()
1550 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLines()
1564 el_wpush(m_editline, EditLineConstString( in GetLines()