Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h320 unsigned char PreviousHistoryCommand(int ch);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp842 unsigned char Editline::PreviousHistoryCommand(int ch) { in PreviousHistoryCommand() function in Editline
1206 return Editline::InstanceFor(editline)->PreviousHistoryCommand(ch); in ConfigureEditor()