sim_randompst      99 src/dps8/dps8_state.h int sim_randompst  =  0;
sim_randompst    4361 src/dps8/dps8_sys.c     if (!sim_quiet && sim_randstate && sim_randompst)
sim_randompst      52 src/dps8/shm.c extern int sim_randompst;
sim_randompst      84 src/dps8/shm.c   if (sim_randstate && !sim_randompst)
sim_randompst     103 src/dps8/shm.c   if (sim_randstate && !sim_randompst)
sim_randompst     349 src/simh/scp.c int32 sim_randompst              = 0;
sim_randompst    1774 src/simh/scp.c sim_randompst = sim_switches & SWMASK ('S');        /* -s means persist random   */
sim_randompst    1777 src/simh/scp.c if (sim_randompst) sim_randstate = 1;               /*    and is implied with -s */
sim_randompst    1781 src/simh/scp.c     sim_randompst = 0;
sim_randompst     227 src/simh/scp.h extern int32 sim_randompst;