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.h65 using EditLineCharType = wchar_t; variable
69 using EditLineCharType = char;
391 void AddFunctionToEditLine(const EditLineCharType *command,
392 const EditLineCharType *helptext,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp97 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
174 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
179 for (EditLineCharType ch : line) { in GetIndentation()
180 if (ch != EditLineCharType(' ')) in GetIndentation()
277 void Enter(const EditLineCharType *line_cstr) { in Enter()
371 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
757 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
850 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
885 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
1099 reinterpret_cast<EditLineCharType *>(&reply)); in DisplayCompletions()
[all …]