Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h323 unsigned char PreviousHistoryCommand(int ch);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp832 unsigned char Editline::PreviousHistoryCommand(int ch) { in PreviousHistoryCommand() function in Editline
1209 return Editline::InstanceFor(editline)->PreviousHistoryCommand(ch); in ConfigureEditor()