Home
last modified time | relevance | path

Searched refs:CMD_OPT_OF (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/
H A Dscp.h50 #define CMD_OPT_OF 002 /* output file */ macro
H A Dscp.c1297 cptr = get_sim_opt (CMD_OPT_SW|CMD_OPT_OF, cptr, &r); /* get sw, ofile */ in show_cmd()
2851 opt = opt | CMD_OPT_OF; in exdep_cmd()
3992 if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */ in get_sim_opt()
4004 sim_opt_out |= CMD_OPT_OF; /* got output file */ in get_sim_opt()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dscp.h79 #define CMD_OPT_OF 002 /* output file */ macro
H A Dscp.c1435 cptr = get_sim_opt (CMD_OPT_SW|CMD_OPT_OF, cptr, &r); /* get sw, ofile */ in show_cmd()
3079 opt = opt | CMD_OPT_OF; in exdep_cmd()
4327 if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */ in get_sim_opt()
4339 sim_opt_out |= CMD_OPT_OF; /* got output file */ in get_sim_opt()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dscp.h78 #define CMD_OPT_OF 002 /* output file */ macro
H A Dscp.c1396 cptr = get_sim_opt (CMD_OPT_SW|CMD_OPT_OF, cptr, &r); /* get sw, ofile */ in show_cmd()
2997 opt = opt | CMD_OPT_OF; in exdep_cmd()
4235 if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */ in get_sim_opt()
4247 sim_opt_out |= CMD_OPT_OF; /* got output file */ in get_sim_opt()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dscp.h79 #define CMD_OPT_OF 002 /* output file */ macro
H A Dscp.c1435 cptr = get_sim_opt (CMD_OPT_SW|CMD_OPT_OF, cptr, &r); /* get sw, ofile */ in show_cmd()
3079 opt = opt | CMD_OPT_OF; in exdep_cmd()
4327 if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */ in get_sim_opt()
4339 sim_opt_out |= CMD_OPT_OF; /* got output file */ in get_sim_opt()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dscp.h56 # define CMD_OPT_OF 002 /* output file */ macro
H A Dscp.c3779 cptr = get_sim_opt (CMD_OPT_SW|CMD_OPT_OF, cptr, &r); in show_cmd()
6249 opt = opt | CMD_OPT_OF;
7721 if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */
7733 sim_opt_out |= CMD_OPT_OF; /* got output file */