Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h355 bool CompleteCharacter(char ch, EditLineGetCharType &out);
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp600 if (CompleteCharacter(ch, *c)) in GetCharacter()
1608 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter() function in Editline