Home
last modified time | relevance | path

Searched refs:RU_GO (Results 1 – 18 of 18) sorted by last modified time

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dscp.h59 #define RU_GO 1 /* go */ macro
H A Dsim_extension.c3558 if (flag == RU_RUN || flag == RU_GO) { /* if this is a RUN or GO command */ in ex_run_cmd()
H A Dscp.c546 { "GO", &run_cmd, RU_GO,
2809 if ((flag == RU_RUN) || (flag == RU_GO)) { /* run or go */ in run_cmd()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_sys.c3028 return run_handler (RU_GO, buf); /* return the result of the standard handle… in hp_run_cmd()
/dports/emulators/simh/simh-3.9.0_5/
H A Dscp.c516 { "GO", &run_cmd, RU_GO,
2624 if ((flag == RU_RUN) || (flag == RU_GO)) { /* run or go */ in run_cmd()
H A Dscp.h42 #define RU_GO 1 /* go */ macro
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dscp.h59 #define RU_GO 1 /* go */ macro
H A Dsim_extension.c3558 if (flag == RU_RUN || flag == RU_GO) { /* if this is a RUN or GO command */ in ex_run_cmd()
H A Dscp.c546 { "GO", &run_cmd, RU_GO,
2809 if ((flag == RU_RUN) || (flag == RU_GO)) { /* run or go */ in run_cmd()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_sys.c3922 …status = find_cmd ("GO")->action (RU_GO, ""); /* then resume execution to provide completi… in hp_power_cmd()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dscp.h35 # define RU_GO 1 /* go */ macro
H A Dsim_console.c501 { "GO", &x_run_cmd, RU_GO },
H A Dscp.c1369 { "GO", &run_cmd, RU_GO, HLP_GO, NULL, &run_cmd_message },
5849 if ((flag == RU_RUN) || (flag == RU_GO)) { /* run or go */
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_extension.c3258 if (*cptr != '\0' && (flag == RU_RUN || flag == RU_GO)) { /* if something follows and this is a R… in ex_run_cmd()
H A Dscp.c533 { "GO", &run_cmd, RU_GO,
2734 if ((flag == RU_RUN) || (flag == RU_GO)) { /* run or go */ in run_cmd()
H A Dscp.h58 #define RU_GO 1 /* go */ macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_sys.c2976 return run_handler (RU_GO, buf); /* return the result of the standard handle… in hp_run_cmd()
/dports/emulators/xhomer/xhomer-9-16-06/
H A Dscp.c36 #define RU_GO 1 /* go */ macro
150 { "GO", &run_cmd, RU_GO }, in main()
215 run_cmd(RU_GO, cptr); in main()
821 if (((flag == RU_RUN) || (flag == RU_GO)) && (*cptr != 0)) { /* run or go */ in run_cmd()