Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp95 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
172 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
177 for (EditLineCharType ch : line) { in GetIndentation()
178 if (ch != EditLineCharType(' ')) in GetIndentation()
275 void Enter(const EditLineCharType *line_cstr) { in Enter()
369 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
740 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
830 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
863 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
1128 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()
[all …]