/external/lldb/source/Commands/ |
D | CommandObjectCommands.cpp | 1090 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback() local 1095 if (!batch_mode) in InputReaderCallback() 1122 if (!batch_mode) in InputReaderCallback() 1137 if (!batch_mode) in InputReaderCallback() 1653 bool batch_mode = data.GetBatchMode(); in ActivateHandler() local 1654 if (!batch_mode) in ActivateHandler() 1666 bool batch_mode = data.GetBatchMode(); in ReactivateHandler() local 1667 if (data.reader.GetPrompt() && !batch_mode) in ReactivateHandler() 1676 bool batch_mode = data.GetBatchMode(); in GotTokenHandler() local 1681 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode) in GotTokenHandler() [all …]
|
D | CommandObjectWatchpointCommand.cpp | 252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointCommandCallback() local 257 if (!batch_mode) in GenerateWatchpointCommandCallback() 270 if (reader.GetPrompt() && !batch_mode) in GenerateWatchpointCommandCallback() 291 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in GenerateWatchpointCommandCallback() 312 if (!batch_mode) in GenerateWatchpointCommandCallback()
|
D | CommandObjectBreakpointCommand.cpp | 274 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointCommandCallback() local 279 if (!batch_mode) in GenerateBreakpointCommandCallback() 292 if (reader.GetPrompt() && !batch_mode) in GenerateBreakpointCommandCallback() 313 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in GenerateBreakpointCommandCallback() 334 if (!batch_mode) in GenerateBreakpointCommandCallback()
|
D | CommandObjectExpression.cpp | 238 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in MultiLineExpressionCallback() local 243 if (!batch_mode) in MultiLineExpressionCallback() 276 if (!batch_mode) in MultiLineExpressionCallback()
|
D | CommandObjectType.cpp | 768 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ActivateHandler() local 769 if (!batch_mode) in ActivateHandler() 781 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ReactivateHandler() local 782 if (data.reader.GetPrompt() && !batch_mode) in ReactivateHandler() 791 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GotTokenHandler() local 796 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode) in GotTokenHandler() 805 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InterruptHandler() local 807 if (!batch_mode) in InterruptHandler() 3318 bool batch_mode = data.GetBatchMode(); in ActivateHandler() local 3319 if (!batch_mode) in ActivateHandler() [all …]
|
D | CommandObjectTarget.cpp | 4864 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ReadCommandsCallbackFunction() local 4869 if (!batch_mode) in ReadCommandsCallbackFunction() 4883 if (reader.GetPrompt() && !batch_mode) in ReadCommandsCallbackFunction() 4903 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in ReadCommandsCallbackFunction() 4914 if (!batch_mode) in ReadCommandsCallbackFunction() 4930 if (!got_interrupted && !batch_mode) in ReadCommandsCallbackFunction()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback() local 877 if (!batch_mode) in InputReaderCallback() 1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback() local 1304 if (!batch_mode) in GenerateBreakpointOptionsCommandCallback() 1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback() local 1321 if (reader.GetPrompt() && !batch_mode) in GenerateBreakpointOptionsCommandCallback() 1335 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback() local 1338 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in GenerateBreakpointOptionsCommandCallback() 1359 bool batch_mode = notification == eInputReaderDone ? in GenerateBreakpointOptionsCommandCallback() local 1376 else if (!batch_mode) in GenerateBreakpointOptionsCommandCallback() [all …]
|
/external/iproute2/ip/ |
D | ip.c | 40 int batch_mode; variable 125 batch_mode = 1; in batch()
|
D | ipnetns.c | 423 return -cmd_exec(cmd, argv + 1, !!batch_mode); in netns_exec()
|
/external/openssh/ |
D | sshconnect1.c | 273 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication() 297 if (!options.batch_mode && perm_ok) in try_rsa_authentication() 749 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1() 755 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
|
D | readconf.h | 53 int batch_mode; /* Batch mode: do not ask for passwords. */ member
|
D | readconf.c | 902 intptr = &options->batch_mode; in process_config_line() 1610 options->batch_mode = -1; in initialize_options() 1742 if (options->batch_mode == -1) in fill_default_options() 1743 options->batch_mode = 0; in fill_default_options() 2252 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
|
D | sshconnect2.c | 344 &options.batch_mode}, 349 &options.batch_mode}, 1151 if (options.batch_mode) { in load_identity_file()
|
D | sshconnect.c | 691 if (options.batch_mode) in confirm()
|
D | ssh.c | 1962 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
|
D | clientloop.c | 2343 options.batch_mode) in client_input_hostkeys()
|
/external/iproute2/tc/ |
D | tc.c | 41 int batch_mode = 0; variable 262 batch_mode = 1; in batch()
|
/external/iproute2/include/ |
D | utils.h | 27 extern int batch_mode;
|