Searched refs:batch_mode (Results 1 – 11 of 11) sorted by relevance
47 int batch_mode; /* Batch mode: do not ask for passwords. */ member
401 &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()
1261 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()
561 if (options.batch_mode) in confirm()
2331 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
919 options.batch_mode) in can_update_hostkeys()
243 $self->batch_mode(1);746 return $self->batch_mode()
864 $self->batch_mode(1);
507 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete() local532 } else if (!batch_mode) { in IOHandlerInputComplete()554 } else if (!batch_mode) { in IOHandlerInputComplete()
767 ok $parser->batch_mode, 'We should be in batch mode';
2617 regardless of batch_mode.2618 * defs.h, top.c (batch_mode): Removed.