Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h79 using EditLineGetCharType = wchar_t; variable
81 using EditLineGetCharType = char; variable
85 EditLineGetCharType *c);
273 int GetCharacter(EditLineGetCharType *c);
326 bool CompleteCharacter(char ch, EditLineGetCharType &out);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp474 int Editline::GetCharacter(EditLineGetCharType *c) { in GetCharacter()
992 EditLine *editline, EditLineGetCharType *c) { in ConfigureEditor()
1381 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter()