Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h67 using EditLineCharType = wchar_t; variable
71 using EditLineCharType = char;
363 void AddFunctionToEditLine(const EditLineCharType *command,
364 const EditLineCharType *helptext,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp81 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
158 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
163 for (EditLineCharType ch : line) { in GetIndentation()
164 if (ch != EditLineCharType(' ')) in GetIndentation()
261 void Enter(const EditLineCharType *line_cstr) { in Enter()
355 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
726 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
816 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
849 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
974 reinterpret_cast<EditLineCharType *>(&reply)); in DisplayCompletions()
[all …]