Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp94 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
129 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
134 for (EditLineCharType ch : line) { in GetIndentation()
135 if (ch != EditLineCharType(' ')) in GetIndentation()
227 void Enter(const EditLineCharType *line_cstr) { in Enter()
320 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
667 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
758 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
791 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h67 using EditLineCharType = wchar_t; variable
71 using EditLineCharType = char;