Home
last modified time | relevance | path

Searched refs:batch_mode (Results 1 – 11 of 11) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dreadconf.h47 int batch_mode; /* Batch mode: do not ask for passwords. */ member
H A Dsshconnect2.c401 &options.batch_mode},
406 &options.batch_mode},
1240 notifier = notify_start(options.batch_mode, in identity_sign()
1543 if (options.batch_mode) { in load_identity_file()
H A Dreadconf.c1261 intptr = &options->batch_mode; in process_config_line_depth()
2603 options->batch_mode = -1; in initialize_options()
2770 if (options->batch_mode == -1) in fill_default_options()
2771 options->batch_mode = 0; in fill_default_options()
3570 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
H A Dsshconnect.c561 if (options.batch_mode) in confirm()
H A Dssh.c2331 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
H A Dclientloop.c919 options.batch_mode) in can_update_hostkeys()
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm243 $self->batch_mode(1);
746 return $self->batch_mode()
H A DXHTML.pm864 $self->batch_mode(1);
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp507 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete() local
532 } else if (!batch_mode) { in IOHandlerInputComplete()
554 } else if (!batch_mode) { in IOHandlerInputComplete()
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dxhtml01.t767 ok $parser->batch_mode, 'We should be in batch mode';
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19942617 regardless of batch_mode.
2618 * defs.h, top.c (batch_mode): Removed.