Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dreadconf.h48 int batch_mode; /* Batch mode: do not ask for passwords. */ global() member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp507 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete() local