Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h367 void SetGetCharacterFunction(EditlineGetCharCallbackType callbackFn);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp1128 void Editline::SetGetCharacterFunction(EditlineGetCharCallbackType callbackFn) { in SetGetCharacterFunction() function in Editline
1159 SetGetCharacterFunction([](EditLine *editline, EditLineGetCharType *c) { in ConfigureEditor()