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