auto_format 98 src/simh/sim_disk.c uint32 auto_format; /* Format determined dynamically */ auto_format 760 src/simh/sim_disk.c t_bool auto_format = FALSE; auto_format 777 src/simh/sim_disk.c auto_format = TRUE; auto_format 824 src/simh/sim_disk.c ctx->auto_format = auto_format; /* save that we auto selected format */ auto_format 1088 src/simh/sim_disk.c if (ctx && ctx -> auto_format) auto_format 120 src/simh/sim_tape.c uint32 auto_format; /* Format determined dynamically */ auto_format 151 src/simh/sim_tape.c t_bool auto_format = FALSE; auto_format 162 src/simh/sim_tape.c auto_format = TRUE; auto_format 219 src/simh/sim_tape.c ctx->auto_format = auto_format; /* save that we auto selected format */ auto_format 235 src/simh/sim_tape.c t_bool auto_format = FALSE; auto_format 249 src/simh/sim_tape.c auto_format = ctx->auto_format; auto_format 271 src/simh/sim_tape.c if (auto_format) /* format was determined or specified at attach time? */