Lines Matching refs:EditLineConstString

64 #define EditLineConstString(str) L##str  macro
69 #define EditLineConstString(str) str macro
641 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
1181 EditLineConstString("lldb-break-line"), in ConfigureEditor()
1182 EditLineConstString("Insert a line break"), in ConfigureEditor()
1188 EditLineConstString("lldb-end-or-add-line"), in ConfigureEditor()
1189 EditLineConstString("End editing or continue when incomplete"), in ConfigureEditor()
1194 EditLineConstString("lldb-delete-next-char"), in ConfigureEditor()
1195 EditLineConstString("Delete next character"), in ConfigureEditor()
1200 EditLineConstString("lldb-delete-previous-char"), in ConfigureEditor()
1201 EditLineConstString("Delete previous character"), in ConfigureEditor()
1206 EditLineConstString("lldb-previous-line"), in ConfigureEditor()
1207 EditLineConstString("Move to previous line"), in ConfigureEditor()
1212 EditLineConstString("lldb-next-line"), in ConfigureEditor()
1213 EditLineConstString("Move to next line"), [](EditLine *editline, int ch) { in ConfigureEditor()
1217 EditLineConstString("lldb-previous-history"), in ConfigureEditor()
1218 EditLineConstString("Move to previous history"), in ConfigureEditor()
1223 EditLineConstString("lldb-next-history"), in ConfigureEditor()
1224 EditLineConstString("Move to next history"), in ConfigureEditor()
1229 EditLineConstString("lldb-buffer-start"), in ConfigureEditor()
1230 EditLineConstString("Move to start of buffer"), in ConfigureEditor()
1235 EditLineConstString("lldb-buffer-end"), in ConfigureEditor()
1236 EditLineConstString("Move to end of buffer"), in ConfigureEditor()
1241 EditLineConstString("lldb-fix-indentation"), in ConfigureEditor()
1242 EditLineConstString("Fix line indentation"), in ConfigureEditor()
1256 AddFunctionToEditLine(EditLineConstString("lldb-complete"), in ConfigureEditor()
1257 EditLineConstString("Invoke completion"), in ConfigureEditor()
1259 AddFunctionToEditLine(EditLineConstString("lldb_complete"), in ConfigureEditor()
1260 EditLineConstString("Invoke completion"), in ConfigureEditor()
1270 EditLineConstString("lldb-apply-complete"), in ConfigureEditor()
1271 EditLineConstString("Adopt autocompletion"), in ConfigureEditor()
1280 EditLineConstString("lldb-typed-character"), in ConfigureEditor()
1281 EditLineConstString("Typed character"), in ConfigureEditor()
1320 EditLineConstString("lldb-revert-line"), in ConfigureEditor()
1321 EditLineConstString("Revert line to saved state"), in ConfigureEditor()
1518 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLine()
1563 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLines()
1577 el_wpush(m_editline, EditLineConstString( in GetLines()