auto_format 94 src/simh/sim_disk.c uint32 auto_format; /* Format determined dynamically */ auto_format 746 src/simh/sim_disk.c t_bool auto_format = FALSE; auto_format 763 src/simh/sim_disk.c auto_format = TRUE; auto_format 809 src/simh/sim_disk.c ctx->auto_format = auto_format; /* save that we auto selected format */ auto_format 1047 src/simh/sim_disk.c if (ctx && ctx -> auto_format) auto_format 119 src/simh/sim_tape.c uint32 auto_format; /* Format determined dynamically */ auto_format 150 src/simh/sim_tape.c t_bool auto_format = FALSE; auto_format 161 src/simh/sim_tape.c auto_format = TRUE; auto_format 218 src/simh/sim_tape.c ctx->auto_format = auto_format; /* save that we auto selected format */ auto_format 234 src/simh/sim_tape.c t_bool auto_format = FALSE; auto_format 248 src/simh/sim_tape.c auto_format = ctx->auto_format; auto_format 270 src/simh/sim_tape.c if (auto_format) /* format was determined or specified at attach time? */