whence 299 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset offset, int whence) whence 304 src/simh/sim_fio.c switch (whence) { whence 350 src/simh/sim_fio.c int sim_fseek (FILE *st, t_addr offset, int whence) whence 352 src/simh/sim_fio.c return sim_fseeko (st, (t_offset)offset, whence); whence 49 src/simh/sim_fio.h int sim_fseek (FILE *st, t_addr offset, int whence); whence 50 src/simh/sim_fio.h int sim_fseeko (FILE *st, t_offset offset, int whence);