Lines Matching refs:EditLineConstString

66 #define EditLineConstString(str) L##str  macro
71 #define EditLineConstString(str) str macro
633 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
1158 EditLineConstString("lldb-break-line"), in ConfigureEditor()
1159 EditLineConstString("Insert a line break"), in ConfigureEditor()
1165 EditLineConstString("lldb-end-or-add-line"), in ConfigureEditor()
1166 EditLineConstString("End editing or continue when incomplete"), in ConfigureEditor()
1171 EditLineConstString("lldb-delete-next-char"), in ConfigureEditor()
1172 EditLineConstString("Delete next character"), in ConfigureEditor()
1177 EditLineConstString("lldb-delete-previous-char"), in ConfigureEditor()
1178 EditLineConstString("Delete previous character"), in ConfigureEditor()
1183 EditLineConstString("lldb-previous-line"), in ConfigureEditor()
1184 EditLineConstString("Move to previous line"), in ConfigureEditor()
1189 EditLineConstString("lldb-next-line"), in ConfigureEditor()
1190 EditLineConstString("Move to next line"), [](EditLine *editline, int ch) { in ConfigureEditor()
1194 EditLineConstString("lldb-previous-history"), in ConfigureEditor()
1195 EditLineConstString("Move to previous history"), in ConfigureEditor()
1200 EditLineConstString("lldb-next-history"), in ConfigureEditor()
1201 EditLineConstString("Move to next history"), in ConfigureEditor()
1206 EditLineConstString("lldb-buffer-start"), in ConfigureEditor()
1207 EditLineConstString("Move to start of buffer"), in ConfigureEditor()
1212 EditLineConstString("lldb-buffer-end"), in ConfigureEditor()
1213 EditLineConstString("Move to end of buffer"), in ConfigureEditor()
1218 EditLineConstString("lldb-fix-indentation"), in ConfigureEditor()
1219 EditLineConstString("Fix line indentation"), in ConfigureEditor()
1233 AddFunctionToEditLine(EditLineConstString("lldb-complete"), in ConfigureEditor()
1234 EditLineConstString("Invoke completion"), in ConfigureEditor()
1236 AddFunctionToEditLine(EditLineConstString("lldb_complete"), in ConfigureEditor()
1237 EditLineConstString("Invoke completion"), in ConfigureEditor()
1247 EditLineConstString("lldb-apply-complete"), in ConfigureEditor()
1248 EditLineConstString("Adopt autocompletion"), in ConfigureEditor()
1257 EditLineConstString("lldb-typed-character"), in ConfigureEditor()
1258 EditLineConstString("Typed character"), in ConfigureEditor()
1297 EditLineConstString("lldb-revert-line"), in ConfigureEditor()
1298 EditLineConstString("Revert line to saved state"), in ConfigureEditor()
1491 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLine()
1536 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLines()
1550 el_wpush(m_editline, EditLineConstString( in GetLines()