Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h321 unsigned char PreviousHistoryCommand(int ch);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp843 unsigned char Editline::PreviousHistoryCommand(int ch) { in PreviousHistoryCommand() function in Editline
1207 return Editline::InstanceFor(editline)->PreviousHistoryCommand(ch); in ConfigureEditor()