Home
last modified time | relevance | path

Searched defs:batch_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/crypto/openssh/
H A Dreadconf.h48 int batch_mode; /* Batch mode: do not ask for passwords. */ member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp518 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); IOHandlerInputComplete() local