Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDEditline.h68 using EditLineCharType = wchar_t; variable
72 using EditLineCharType = char;
75 typedef int (* EditlineGetCharCallbackType)(::EditLine * editline, EditLineCharType * c);
276 GetCharacter (EditLineCharType * c);
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp92 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
135 return EditLineStringType (indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
142 for (EditLineCharType ch : line) in GetIndentation()
144 if (ch != EditLineCharType(' ')) in GetIndentation()
259 Enter (const EditLineCharType *line_cstr) in Enter()
377 for (const EditLineCharType * character = info->buffer; character < info->lastchar; character++) in IsOnlySpaces()
550 Editline::GetCharacter (EditLineCharType * c) in GetCharacter()
753 const EditLineCharType * cursor = info->cursor; in DeleteNextCharCommand()
848 …_input_lines.insert (m_input_lines.end(), EditLineStringType (indentation, EditLineCharType(' '))); in NextLineCommand()
870 EditLineCharType inserted[] = { (EditLineCharType)ch, 0 }; in FixIndentationCommand()
[all …]