Home
last modified time | relevance | path

Searched refs:EditLineConstString (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp63 #define EditLineConstString(str) L##str macro
68 #define EditLineConstString(str) str macro
566 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
999 EditLineConstString("Insert a line break"), in ConfigureEditor()
1009 EditLineConstString("Delete next character"), in ConfigureEditor()
1015 EditLineConstString("Delete previous character"), in ConfigureEditor()
1020 EditLineConstString("Move to previous line"), in ConfigureEditor()
1025 EditLineConstString("Move to next line"), in ConfigureEditor()
1035 EditLineConstString("Move to next history"), in ConfigureEditor()
1050 EditLineConstString("Fix line indentation"), in ConfigureEditor()
[all …]