Home
last modified time | relevance | path

Searched defs:add_to_history (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp136 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory()
H A DSBCommandInterpreter.cpp172 bool add_to_history) { in HandleCommand()
181 SBCommandReturnObject &result, bool add_to_history) { in HandleCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h103 LazyBool add_to_history, in CommandInterpreterRunOptions()
173 void SetAddToHistory(bool add_to_history) { in SetAddToHistory()
/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dsvr_principal.c1091 static kadm5_ret_t add_to_history(krb5_context context, in add_to_history() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1866 bool add_to_history; in HandleCommand() local