auto_format 100 src/simh/sim_disk.c uint32 auto_format; /* Format determined dynamically */ auto_format 762 src/simh/sim_disk.c t_bool auto_format = FALSE; auto_format 779 src/simh/sim_disk.c auto_format = TRUE; auto_format 826 src/simh/sim_disk.c ctx->auto_format = auto_format; /* save that we auto selected format */ auto_format 1085 src/simh/sim_disk.c if (ctx && ctx -> auto_format) auto_format 124 src/simh/sim_tape.c uint32 auto_format; /* Format determined dynamically */ auto_format 155 src/simh/sim_tape.c t_bool auto_format = FALSE; auto_format 166 src/simh/sim_tape.c auto_format = TRUE; auto_format 223 src/simh/sim_tape.c ctx->auto_format = auto_format; /* save that we auto selected format */ auto_format 239 src/simh/sim_tape.c t_bool auto_format = FALSE; auto_format 253 src/simh/sim_tape.c auto_format = ctx->auto_format; auto_format 275 src/simh/sim_tape.c if (auto_format) /* format was determined or specified at attach time? */