Searched refs:batch_mode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h49 int batch_mode; /* Batch mode: do not ask for passwords. */ member in struct:__anon6881
H A Dreadconf.c993 intptr = &options->batch_mode;
1878 options->batch_mode = -1;
2027 if (options->batch_mode == -1)
2028 options->batch_mode = 0;
2625 dump_cfg_fmtint(oBatchMode, o->batch_mode);
H A Dsshconnect2.c353 &options.batch_mode},
358 &options.batch_mode},
1411 if (options.batch_mode) {
H A Dsshconnect.c722 if (options.batch_mode)
H A Dclientloop.c2037 options.batch_mode)
H A Dssh.c2023 (pkcs11_init(!options.batch_mode) == 0) &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp583 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); local
609 } else if (!batch_mode) {
631 } else if (!batch_mode) {

Completed in 86 milliseconds