Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h305 unsigned char PreviousHistoryCommand(int ch);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp835 unsigned char Editline::PreviousHistoryCommand(int ch) { in PreviousHistoryCommand() function in Editline
1167 return Editline::InstanceFor(editline)->PreviousHistoryCommand(ch); in ConfigureEditor()