sim_toffset_64     81 src/simh/sim_fio.c t_bool sim_toffset_64;              /* Large File (>2GB) file I/O Support available */
sim_toffset_64    104 src/simh/sim_fio.c sim_toffset_64 = (sizeof(t_offset) > sizeof(int32));    /* Large File (>2GB) support */
sim_toffset_64    106 src/simh/sim_fio.c sim_taddr_64 = sim_toffset_64 && (sizeof(t_addr) > sizeof(int32));
sim_toffset_64     83 src/simh/sim_fio.h extern t_bool sim_toffset_64;       /* Large File (>2GB) file I/O support */