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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h58 int batch_mode; /* Batch mode: do not ask for passwords. */ member in struct:__anon4957
H A Dsshconnect1.c259 if (private == NULL && !options.batch_mode && perm_ok) {
283 if (!options.batch_mode && perm_ok)
733 options.challenge_response_authentication && !options.batch_mode) {
739 options.password_authentication && !options.batch_mode) {
H A Dreadconf.c554 intptr = &options->batch_mode;
1264 options->batch_mode = -1;
1377 if (options->batch_mode == -1)
1378 options->batch_mode = 0;
H A Dsshconnect2.c357 &options.batch_mode},
363 &options.batch_mode},
368 &options.batch_mode},
1365 if (options.batch_mode)
H A Dsshconnect.c631 if (options.batch_mode)
H A Dssh.c1625 (pkcs11_init(!options.batch_mode) == 0) &&
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
257 if (!batch_mode)
270 if (reader.GetPrompt() && !batch_mode)
291 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
312 if (!batch_mode)
H A DCommandObjectCommands.cpp1090 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1095 if (!batch_mode)
1122 if (!batch_mode)
1137 if (!batch_mode)
1653 bool batch_mode = data.GetBatchMode(); local
1654 if (!batch_mode)
1666 bool batch_mode = data.GetBatchMode(); local
1667 if (data.reader.GetPrompt() && !batch_mode)
1676 bool batch_mode = data.GetBatchMode(); local
1681 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode)
1690 bool batch_mode = data.GetBatchMode(); local
[all...]
H A DCommandObjectExpression.cpp238 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
243 if (!batch_mode)
276 if (!batch_mode)
H A DCommandObjectBreakpointCommand.cpp274 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
279 if (!batch_mode)
292 if (reader.GetPrompt() && !batch_mode)
313 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
334 if (!batch_mode)
H A DCommandObjectType.cpp768 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
769 if (!batch_mode)
781 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
782 if (data.reader.GetPrompt() && !batch_mode)
791 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
796 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode)
805 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
807 if (!batch_mode)
3318 bool batch_mode = data.GetBatchMode(); local
3319 if (!batch_mode)
3331 bool batch_mode = data.GetBatchMode(); local
3341 bool batch_mode = data.GetBatchMode(); local
3355 bool batch_mode = data.GetBatchMode(); local
[all...]
H A DCommandObjectTarget.cpp4864 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
4869 if (!batch_mode)
4883 if (reader.GetPrompt() && !batch_mode)
4903 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
4914 if (!batch_mode)
4930 if (!got_interrupted && !batch_mode)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
877 if (!batch_mode)
1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1304 if (!batch_mode)
1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1321 if (reader.GetPrompt() && !batch_mode)
1335 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1338 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
1359 bool batch_mode = notification == eInputReaderDone ? local
1376 else if (!batch_mode)
1418 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1437 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1452 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1476 bool batch_mode = notification == eInputReaderDone ? local
[all...]

Completed in 385 milliseconds