Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp94 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
156 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
161 for (EditLineCharType ch : line) { in GetIndentation()
162 if (ch != EditLineCharType(' ')) in GetIndentation()
259 void Enter(const EditLineCharType *line_cstr) { in Enter()
350 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
720 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
811 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
844 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h69 using EditLineCharType = wchar_t; variable
73 using EditLineCharType = char;