Home
last modified time | relevance | path

Searched refs:echo_cmd (Results 1 – 25 of 65) sorted by last modified time

123

/dports/www/mod_perl2/mod_perl-2.0.11/
H A DMakefile.PL454 sub echo_cmd {
/dports/net/quagga/quagga-1.2.4/lib/
H A Dcommand.c3570 echo_cmd,
4166 install_element (VIEW_NODE, &echo_cmd); in cmd_init()
4172 install_element (RESTRICTED_NODE, &echo_cmd); in cmd_init()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h563 char echo_cmd[PATH_MAX]; member
H A Dmachinestate.c3204 com = lives_strdup_printf("%s -n $(%s -q%s%s \"%s\")", capable->echo_cmd, EXEC_MKTEMP, tmpopt,
3373 …com = lives_strdup_printf("%s -n $(%s %s %s)", capable->echo_cmd, capable->grep_cmd, xmp, DISK_STA…
3407 …com = lives_strdup_printf("%s -n $(%s %s %s)", capable->echo_cmd, capable->grep_cmd, target, CPU_S…
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dscp.h110 t_stat echo_cmd (int32 flag, char *ptr);
H A Dscp.c618 { "ECHO", &echo_cmd, 0,
918 t_stat echo_cmd (int32 flag, char *cptr) in echo_cmd() function
/dports/emulators/simh/simh-3.9.0_5/
H A Dscp.c586 { "ECHO", &echo_cmd, 0,
814 t_stat echo_cmd (int32 flag, char *cptr) in echo_cmd() function
H A Dscp.h75 t_stat echo_cmd (int32 flag, char *ptr);
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/
H A Dibm1130_cpu.c1458 static t_stat echo_cmd (int flag, char *cptr) in echo_cmd() function
1491 …register_cmd("ECHO", &echo_cmd, 0, "echo args... echo arguments passed to co… in sim_init()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dscp.h110 t_stat echo_cmd (int32 flag, char *ptr);
H A Dscp.c618 { "ECHO", &echo_cmd, 0,
918 t_stat echo_cmd (int32 flag, char *cptr) in echo_cmd() function
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/
H A DCHANGELOG.md34 - `echo_cmd` output goes to stderr, not stdout.
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/src/
H A Dlib.rs283 echo_cmd: bool, field
328 echo_cmd: true, in _new()
445 pub fn echo_cmd(mut self, echo: bool) -> Cmd { in echo_cmd() method
446 self.echo_cmd = echo; in echo_cmd()
481 if self.echo_cmd { in run()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx2257 std::string echo_cmd = in CreateCustomRulesMakefile() local
2261 makefileStream << "\t" << echo_cmd << "\n"; in CreateCustomRulesMakefile()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx2257 std::string echo_cmd = in CreateCustomRulesMakefile() local
2261 makefileStream << "\t" << echo_cmd << "\n"; in CreateCustomRulesMakefile()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx2257 std::string echo_cmd = in CreateCustomRulesMakefile() local
2261 makefileStream << "\t" << echo_cmd << "\n"; in CreateCustomRulesMakefile()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dscp.h91 t_stat echo_cmd (int32 flag, CONST char *ptr);
H A Dsim_console.c476 { "ECHO", &echo_cmd, 0 },
494 { "ECHO", &echo_cmd, 0 },
513 { "ECHO", &echo_cmd, 0 },
H A Dscp.c1397 { "ECHO", &echo_cmd, 0, HLP_ECHO },
2474 t_stat echo_cmd (int32 flag, CONST char *cptr) in echo_cmd() function
2655 (cmdp->action != &echo_cmd))) in do_cmd_label()
/dports/math/z3/z3-z3-4.8.13/src/cmd_context/
H A Dbasic_cmds.cpp304 UNARY_CMD(echo_cmd, "echo", "<string>", "display the given string", CPK_STRING, char const *,
899 ctx.insert(alloc(echo_cmd)); in install_ext_basic_cmds()
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dcommands.cc1358 const CommandDesc echo_cmd = { variable
2720 register_command(echo_cmd); in register_commands()
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/
H A DCHANGELOG.md34 - `echo_cmd` output goes to stderr, not stdout.
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/src/
H A Dlib.rs283 echo_cmd: bool, field
328 echo_cmd: true, in _new()
445 pub fn echo_cmd(mut self, echo: bool) -> Cmd { in echo_cmd() method
446 self.echo_cmd = echo; in echo_cmd()
481 if self.echo_cmd { in run()

123