Home
last modified time | relevance | path

Searched refs:sim_cmd (Results 1 – 4 of 4) sorted by relevance

/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-2.5-src/
H A Dmxdisplay.pl105 my $last_mod_time = (stat ($sim_cmd))[9];
139 title \"McXtrace: $sim_cmd instrument\"
283 string [ \"McXtrace: $sim_cmd\" ]
1251 undef $sim_cmd;
1306 $sim_cmd = $ARGV[$i];
1307 $sim=$sim_cmd;
1315 if ($show_help) { undef $sim_cmd; }
1340 unless $sim_cmd;
1367 ($sim_cmd, undef) = get_out_file($sim_cmd, 0, @ccopts); }
1395 $file_output="$sim_cmd.xml";
[all …]
H A Dmcdisplay.pl156 title \"McStas: $sim_cmd instrument\"
159 \"Creator:$sim_cmd simulation (McStas)\" ]
300 string [ \"McStas: $sim_cmd\" ]
1416 undef $sim_cmd;
1466 $sim_cmd = "stdin";
1478 $sim_cmd = $ARGV[$i];
1479 $sim=$sim_cmd;
1487 if ($show_help) { undef $sim_cmd; }
1516 unless $sim_cmd;
1543 ($sim_cmd, undef) = get_out_file($sim_cmd, 0, @ccopts); }
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sim/
H A Dsim_plot_panel.cpp401 wxString sim_cmd = getSimCommand().Lower(); in prepareDCAxes() local
404 if( sim_cmd.StartsWith( ".dc", &rem ) ) in prepareDCAxes()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Ddsp5680xx.c1550 uint16_t sim_cmd = SIM_CMD_RESET; in dsp5680xx_f_SIM_reset() local
1558 (const uint8_t *)&sim_cmd); in dsp5680xx_f_SIM_reset()