Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h81 using EditLineGetCharType = wchar_t; variable
83 using EditLineGetCharType = char; variable
87 EditLineGetCharType *c);
296 int GetCharacter(EditLineGetCharType *c);
355 bool CompleteCharacter(char ch, EditLineGetCharType &out);
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp542 int Editline::GetCharacter(EditLineGetCharType *c) { in GetCharacter()
986 EditLineGetCharType reply = L'n'; in DisplayCompletions()
1170 SetGetCharacterFunction([](EditLine *editline, EditLineGetCharType *c) { in ConfigureEditor()
1608 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter()
1626 return out != (EditLineGetCharType)WEOF; in CompleteCharacter()