Lines Matching refs:EditLineConstString
50 #define EditLineConstString(str) L##str macro
55 #define EditLineConstString(str) str macro
627 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
1170 EditLineConstString("lldb-break-line"), in ConfigureEditor()
1171 EditLineConstString("Insert a line break"), in ConfigureEditor()
1177 EditLineConstString("lldb-end-or-add-line"), in ConfigureEditor()
1178 EditLineConstString("End editing or continue when incomplete"), in ConfigureEditor()
1183 EditLineConstString("lldb-delete-next-char"), in ConfigureEditor()
1184 EditLineConstString("Delete next character"), in ConfigureEditor()
1189 EditLineConstString("lldb-delete-previous-char"), in ConfigureEditor()
1190 EditLineConstString("Delete previous character"), in ConfigureEditor()
1195 EditLineConstString("lldb-previous-line"), in ConfigureEditor()
1196 EditLineConstString("Move to previous line"), in ConfigureEditor()
1201 EditLineConstString("lldb-next-line"), in ConfigureEditor()
1202 EditLineConstString("Move to next line"), [](EditLine *editline, int ch) { in ConfigureEditor()
1206 EditLineConstString("lldb-previous-history"), in ConfigureEditor()
1207 EditLineConstString("Move to previous history"), in ConfigureEditor()
1212 EditLineConstString("lldb-next-history"), in ConfigureEditor()
1213 EditLineConstString("Move to next history"), in ConfigureEditor()
1218 EditLineConstString("lldb-buffer-start"), in ConfigureEditor()
1219 EditLineConstString("Move to start of buffer"), in ConfigureEditor()
1224 EditLineConstString("lldb-buffer-end"), in ConfigureEditor()
1225 EditLineConstString("Move to end of buffer"), in ConfigureEditor()
1230 EditLineConstString("lldb-fix-indentation"), in ConfigureEditor()
1231 EditLineConstString("Fix line indentation"), in ConfigureEditor()
1245 AddFunctionToEditLine(EditLineConstString("lldb-complete"), in ConfigureEditor()
1246 EditLineConstString("Invoke completion"), in ConfigureEditor()
1248 AddFunctionToEditLine(EditLineConstString("lldb_complete"), in ConfigureEditor()
1249 EditLineConstString("Invoke completion"), in ConfigureEditor()
1259 EditLineConstString("lldb-apply-complete"), in ConfigureEditor()
1260 EditLineConstString("Adopt autocompletion"), in ConfigureEditor()
1269 EditLineConstString("lldb-typed-character"), in ConfigureEditor()
1270 EditLineConstString("Typed character"), in ConfigureEditor()
1309 EditLineConstString("lldb-revert-line"), in ConfigureEditor()
1310 EditLineConstString("Revert line to saved state"), in ConfigureEditor()
1478 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLine()
1523 m_input_lines.insert(m_input_lines.begin(), EditLineConstString("")); in GetLines()
1537 el_wpush(m_editline, EditLineConstString( in GetLines()