Home
last modified time | relevance | path

Searched refs:this_cmd (Results 1 – 25 of 57) sorted by relevance

123

/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-cmdline-2.5-src/lib/tools/perl/
H A Dmcrunlib.pl449 &$printer("Executing: $this_cmd");
450 my $res = qx/$this_cmd/;
461 my $this_cmd =$val_par[$k];
464 if ($this_cmd !~ m/$base/) { $this_cmd = "$base $this_cmd"; } # only parameters ?
465 …if ($this_cmd !~ m/$MCSTAS::mcstas_config{'RUNCMD'}/ && $this_cmd !~ m/$MCSTAS::mcstas_config{'PLO…
467 if ($this_cmd !~ m/mpi/ && $mpi) { $this_cmd .= $mpi; } # add mpi
468 if ($this_cmd !~ m/-n/ && $this_cmd !~ m/--ncount/) { $this_cmd.= " -n $n_single"; }
469 if ($this_cmd !~ m/--format/) { $this_cmd.= " --format=$plotter"; }
470 if ($this_cmd !~ m/-d/ && $this_cmd !~ m/--dir/) { $this_cmd.= " -d $base" . "_$index"; }
475 &$printer("Executing: $this_cmd");
[all …]
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-command.c452 g_free (this_cmd->priv->description); in glade_command_property_enabled_collapse()
454 this_cmd->priv->description = in glade_command_property_enabled_collapse()
459 this_cmd->priv->description = in glade_command_property_enabled_collapse()
782 g_free (this_cmd->priv->description); in glade_command_set_property_collapse()
1074 g_free (this_cmd->priv->description); in glade_command_set_name_collapse()
1075 this_cmd->priv->description = in glade_command_set_name_collapse()
2612 if (GLADE_IS_COMMAND_TARGET (this_cmd) && in glade_command_target_unifies()
2617 me = (GladeCommandTarget *) this_cmd; in glade_command_target_unifies()
2635 this = GLADE_COMMAND_TARGET (this_cmd); in glade_command_target_collapse()
2641 g_free (this_cmd->priv->description); in glade_command_target_collapse()
[all …]
H A Dglade-command.h53 gboolean (* execute) (GladeCommand *this_cmd);
54 gboolean (* undo) (GladeCommand *this_cmd);
55 gboolean (* unifies) (GladeCommand *this_cmd, GladeCommand *other_cmd);
56 void (* collapse) (GladeCommand *this_cmd, GladeCommand *other_cmd);
/dports/devel/bsdelf/elftoolchain-0.7.1/test/nm/ts/common/
H A Dtest_nm.c81 char *this_cmd; in exec_cmd() local
90 if ((this_cmd = malloc(sizeof(char) * cmd_len)) == NULL) { in exec_cmd()
96 snprintf(this_cmd, cmd_len, cmd, op); in exec_cmd()
98 rtn = system(this_cmd); in exec_cmd()
100 free(this_cmd); in exec_cmd()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Dknown_hosts.py175 this_cmd = "%s -t %s -p %s %s" % (keyscan_cmd, key_type, port, fqdn)
177 this_cmd = "%s -t %s %s" % (keyscan_cmd, key_type, fqdn)
179 rc, out, err = module.run_command(this_cmd)
184 msg += '. "%s" returned no matches.' % this_cmd
186 msg += ' using command "%s". [stdout]: %s' % (this_cmd, out)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/
H A Dknown_hosts.py162 this_cmd = "%s -t %s -p %s %s" % (keyscan_cmd, key_type, port, fqdn)
164 this_cmd = "%s -t %s %s" % (keyscan_cmd, key_type, fqdn)
166 rc, out, err = module.run_command(this_cmd)
171 msg += '. "%s" returned no matches.' % this_cmd
173 msg += ' using command "%s". [stdout]: %s' % (this_cmd, out)
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/nm/ts/common/
H A Dtest_nm.c81 char *this_cmd; in exec_cmd() local
90 if ((this_cmd = malloc(sizeof(char) * cmd_len)) == NULL) { in exec_cmd()
96 snprintf(this_cmd, cmd_len, cmd, op); in exec_cmd()
98 rtn = system(this_cmd); in exec_cmd()
100 free(this_cmd); in exec_cmd()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/bsd/
H A Ddecoder_machO.cpp114 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
115 if (this_cmd->cmd == command_wanted) { in mach_find_command()
118 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp112 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
113 if (this_cmd->cmd == command_wanted) { in mach_find_command()
116 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp112 struct load_command *this_cmd = (struct load_command *) pos; in mach_find_command() local
113 if (this_cmd->cmd == command_wanted) { in mach_find_command()
116 int cmdsize = this_cmd->cmdsize; in mach_find_command()
/dports/editors/jove/jove/
H A Dmouse.c426 this_cmd = OTHER_CMD; /* no longer gathering args */
459 this_cmd = MOUSE_CMD;
616 this_cmd = MOUSE_CMD; in xtMouseYank()
627 this_cmd = MOUSE_CMD; in xtMousePointYank()
647 this_cmd = MOUSE_CMD; in xtMouseCutPointYank()
863 this_cmd = MOUSE_CMD; in MouseUndo()
871 this_cmd = MOUSE_CMD; in MouseUndo()
H A Dmove.c107 this_cmd = LINECMD;
291 this_cmd = OTHER_CMD; /* Semi kludge to stop some unfavorable behavior */
/dports/irc/bitlbee/bitlbee-3.6/doc/user-guide/
H A Dgenhelp.py135 this_cmd = prefix + tag.attrib['name']
137 yield "?%s\n" % this_cmd
153 yield join(handle_command(element, this_cmd + " "))
/dports/www/ilias6/ILIAS-6.14/Modules/LearningSequence/classes/Player/
H A DLSControlBuilder.php299 $this_cmd = $this->url_builder->getHref(self::CMD_START_OBJECT, $parameter);
303 $this_cmd
306 $this->setListenerJS($lp_cmd, $this_cmd);
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningSequence/classes/Player/
H A DLSControlBuilder.php300 $this_cmd = $this->url_builder->getHref(self::CMD_START_OBJECT, 0);
304 $this_cmd
311 $this->setListenerJS($signal->getId(), $url, $lp_cmd, $this_cmd);
/dports/sysutils/pam_mount/pam_mount-2.12/src/
H A Drdconf1.c610 struct HXdeque *this_cmd; in rc_command() local
625 if ((this_cmd = config->command[cmdnr]) != NULL && in rc_command()
626 this_cmd->items > 0) { in rc_command()
627 free(HXdeque_del(this_cmd->first)); in rc_command()
628 HXdeque_free(this_cmd); in rc_command()
629 this_cmd = NULL; in rc_command()
631 if (this_cmd == NULL) in rc_command()
632 this_cmd = config->command[cmdnr] = HXdeque_init(); in rc_command()
646 HXdeque_push(this_cmd, arg); in rc_command()
/dports/lang/gawk/gawk-5.1.1/
H A Dcommand.y67 static int this_cmd = D_illegal; variable
1552 this_cmd = D_illegal; in command_completion()
1561 this_cmd = cmdtab[idx].type; in command_completion()
1564 switch (this_cmd) { in command_completion()
1589 if (this_cmd == D_print || this_cmd == D_printf) in command_completion()
1656 if (this_cmd == D_help) { in argument_generator()
1663 if (this_cmd != argtab[idx++].cmd) in argument_generator()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/versions/
H A Dmath.pl2157 local($this_cmd) = "<#0#>".$this."<#0#>";
2162 $this_cmd .= $cmd_supsub;
2164 , "\\$cmd$this_cmd" );
2216 local($this_cmd) = "<#0#>".$this."<#0#>";
2221 $this_cmd .= $cmd_supsub;
2223 , "\\$cmd$this_cmd" );
2236 local($this_cmd) = "<#0#>".$this."<#0#>";
2240 $this_cmd .= "<#1#>".$this."<#1#>";
2245 $this_cmd .= "<#2#>".$this."<#2#>";
2250 $this_cmd .= $cmd_supsub;
[all …]

123