sim_randompst      96 src/dps8/dps8_state.h int sim_randompst  =  0;
sim_randompst    4513 src/dps8/dps8_sys.c     if (!sim_quiet && sim_randstate && sim_randompst)
sim_randompst      56 src/dps8/shm.c extern int sim_randompst;
sim_randompst      88 src/dps8/shm.c   if (sim_randstate && !sim_randompst)
sim_randompst     106 src/dps8/shm.c   if (sim_randstate && !sim_randompst)
sim_randompst     434 src/simh/scp.c int32 sim_randompst              = 0;
sim_randompst    2077 src/simh/scp.c sim_randompst = sim_switches & SWMASK ('S');        /* -s means persist random   */
sim_randompst    2080 src/simh/scp.c if (sim_randompst) sim_randstate = 1;               /*    and is implied with -s */
sim_randompst    2084 src/simh/scp.c     sim_randompst = 0;
sim_randompst     234 src/simh/scp.h extern int32 sim_randompst;