Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h68 using EditLineCharType = wchar_t; variable
72 using EditLineCharType = char;
361 void AddFunctionToEditLine(const EditLineCharType *command,
362 const EditLineCharType *helptext,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp98 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
171 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
176 for (EditLineCharType ch : line) { in GetIndentation()
177 if (ch != EditLineCharType(' ')) in GetIndentation()
274 void Enter(const EditLineCharType *line_cstr) { in Enter()
366 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
737 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
827 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
860 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
1115 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()
[all …]