Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h86 using EditlineGetCharCallbackType = int (*)(::EditLine *editline, variable
367 void SetGetCharacterFunction(EditlineGetCharCallbackType callbackFn);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1128 void Editline::SetGetCharacterFunction(EditlineGetCharCallbackType callbackFn) { in SetGetCharacterFunction()