Lines Matching refs:EditLineConstString
66 #define EditLineConstString(str) L##str macro
71 #define EditLineConstString(str) str macro
637 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
1167 EditLineConstString("lldb-break-line"), in ConfigureEditor()
1168 EditLineConstString("Insert a line break"), in ConfigureEditor()
1174 EditLineConstString("lldb-end-or-add-line"), in ConfigureEditor()
1175 EditLineConstString("End editing or continue when incomplete"), in ConfigureEditor()
1180 EditLineConstString("lldb-delete-next-char"), in ConfigureEditor()
1181 EditLineConstString("Delete next character"), in ConfigureEditor()
1186 EditLineConstString("lldb-delete-previous-char"), in ConfigureEditor()
1187 EditLineConstString("Delete previous character"), in ConfigureEditor()
1192 EditLineConstString("lldb-previous-line"), in ConfigureEditor()
1193 EditLineConstString("Move to previous line"), in ConfigureEditor()
1198 EditLineConstString("lldb-next-line"), in ConfigureEditor()
1199 EditLineConstString("Move to next line"), [](EditLine *editline, int ch) { in ConfigureEditor()
1203 EditLineConstString("lldb-previous-history"), in ConfigureEditor()
1204 EditLineConstString("Move to previous history"), in ConfigureEditor()
1209 EditLineConstString("lldb-next-history"), in ConfigureEditor()
1210 EditLineConstString("Move to next history"), in ConfigureEditor()
1215 EditLineConstString("lldb-buffer-start"), in ConfigureEditor()
1216 EditLineConstString("Move to start of buffer"), in ConfigureEditor()
1221 EditLineConstString("lldb-buffer-end"), in ConfigureEditor()
1222 EditLineConstString("Move to end of buffer"), in ConfigureEditor()
1227 EditLineConstString("lldb-fix-indentation"), in ConfigureEditor()
1228 EditLineConstString("Fix line indentation"), in ConfigureEditor()
1242 AddFunctionToEditLine(EditLineConstString("lldb-complete"), in ConfigureEditor()
1243 EditLineConstString("Invoke completion"), in ConfigureEditor()
1245 AddFunctionToEditLine(EditLineConstString("lldb_complete"), in ConfigureEditor()
1246 EditLineConstString("Invoke completion"), in ConfigureEditor()
1256 EditLineConstString("lldb-apply-complete"), in ConfigureEditor()
1257 EditLineConstString("Adopt autocompletion"), in ConfigureEditor()
1266 EditLineConstString("lldb-typed-character"), in ConfigureEditor()
1267 EditLineConstString("Typed character"), in ConfigureEditor()
1306 EditLineConstString("lldb-revert-line"), in ConfigureEditor()
1307 EditLineConstString("Revert line to saved state"), in ConfigureEditor()
1504 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLine()
1549 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLines()
1563 el_wpush(m_editline, EditLineConstString( in GetLines()