sim_randompst 96 src/dps8/dps8_state.h int sim_randompst = 0; sim_randompst 4492 src/dps8/dps8_sys.c if (!sim_quiet && sim_randstate && sim_randompst) sim_randompst 50 src/dps8/shm.c extern int sim_randompst; sim_randompst 80 src/dps8/shm.c if (sim_randstate && !sim_randompst) sim_randompst 95 src/dps8/shm.c if (sim_randstate && !sim_randompst) sim_randompst 420 src/simh/scp.c int32 sim_randompst = 0; sim_randompst 1925 src/simh/scp.c sim_randompst = sim_switches & SWMASK ('S'); /* -s means persist random */ sim_randompst 1928 src/simh/scp.c if (sim_randompst) sim_randstate = 1; /* and is implied with -s */ sim_randompst 1932 src/simh/scp.c sim_randompst = 0; sim_randompst 232 src/simh/scp.h extern int32 sim_randompst;