Home
last modified time | relevance | path

Searched refs:opt_echo (Results 1 – 13 of 13) sorted by relevance

/dports/shells/pear-PHP_Shell/PHP_Shell-0.3.2/PHP/Shell/Extensions/
H A DEcho.php35 protected $opt_echo = true; variable in PHP_Shell_Extensions_Echo
62 $this->opt_echo = true;
65 $this->opt_echo = false;
77 return $this->opt_echo;
/dports/shells/bash/bash-5.1/support/
H A Dcheckbashisms46 my $opt_echo = 0;
53 if (@ARGV and $ARGV[0] =~ /^(--newline|-n)$/) { $opt_echo = 1; }
137 if ($opt_echo) {
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rpslcheck/
H A Drpslcheck.cc67 bool opt_echo = false; variable
115 {"-echo", ARGV_BOOL, (char *) NULL, (char *) &opt_echo, in init_and_set_options()
187 if (opt_echo && code) in main()
/dports/games/powwow/powwow-1.2.17/
H A Dmap.c63 if (walk_back && opt_echo) { in __P2()
72 if (opt_echo) in __P2()
77 if (walk_back && opt_echo) in __P2()
H A Dmain.h98 extern char opt_echo;
H A Dcmd.c1518 if (opt_echo) { in __P1()
1526 if (opt_echo) { in __P1()
2445 { "echo", &opt_echo,
H A Dmain.c135 char opt_echo = 1; /* 1 if text sent to MUD must be echoed */ variable
1551 if (!silent && opt_echo) { PRINTF("[%s]\n", line); } in __P2()
H A DChangeLog252 echo_ext => opt_echo
/dports/x11/jgmenu/jgmenu-4.4.0/scripts/
H A Dcheckbashisms.pl50 my ($opt_echo, $opt_force, $opt_extra, $opt_posix);
66 "newline|n" => \$opt_echo,
76 $opt_echo = 1 if $opt_posix;
701 if ($opt_echo) {
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Dcheckbashisms.pl50 my ($opt_echo, $opt_force, $opt_extra, $opt_posix, $opt_early_fail);
67 "newline|n" => \$opt_echo,
79 $opt_echo = 1 if $opt_posix;
781 if ($opt_echo) {
/dports/net/socat/socat-1.7.4.2/
H A Dxio-termios.h105 extern const struct optdesc opt_echo;
H A Dxio-termios.c224 const struct optdesc opt_echo = { "echo", NULL, OPT_ECHO, GROUP_TERMIOS, PH_FD, TYPE_BOOL,… variable
H A Dxioopts.c418 IF_TERMIOS("echo", &opt_echo)