Home
last modified time | relevance | path

Searched refs:echo_commands (Results 1 – 25 of 31) sorted by relevance

12

/dports/textproc/augeas/augeas-1.12.0/src/
H A Daugtool.c54 int echo_commands = 0; /* Gets also changed in main_loop */ variable
393 echo_commands = 1; in parse_opts()
535 echo_commands = echo_commands || isatty(fileno(stdin)); in main_loop()
536 if (echo_commands) in main_loop()
551 if (echo_commands) in main_loop()
553 echo_commands = true; in main_loop()
581 if (echo_commands) in main_loop()
591 if (echo_commands) in main_loop()
630 if (echo_commands) in run_args()
635 if (echo_commands) in run_args()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp78 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
80 (bool), echo_commands); in SetEchoCommands()
82 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h66 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
70 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
117 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
118 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h92 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
96 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
143 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
144 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h93 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
97 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
144 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
145 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h93 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
97 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
144 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
145 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h93 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
97 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
144 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
145 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
99 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
99 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
99 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
99 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
99 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
/dports/math/octave/octave-6.4.0/libinterp/
H A Doctave.h56 bool echo_commands (void) const { return m_echo_commands; } in echo_commands() function
86 void echo_commands (bool arg) { m_echo_commands = arg; } in echo_commands() function
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_dg_params.h121 int echo_commands; member
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Dcmd_echo.c183 struct cmd_set echo_commands[] = { variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp91 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
93 (bool), echo_commands); in SetEchoCommands()
95 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/DrawGraph/
H A Ddraw_graph.c53 static int echo_commands; variable
60 if (echo_commands) vprintf(format, ap); in spprint()
169 echo_commands = par->echo_commands; in main()

12