sim_randompst      96 src/dps8/dps8_state.h int sim_randompst  =  0;
sim_randompst    4497 src/dps8/dps8_sys.c     if (!sim_quiet && sim_randstate && sim_randompst)
sim_randompst      54 src/dps8/shm.c extern int sim_randompst;
sim_randompst      86 src/dps8/shm.c   if (sim_randstate && !sim_randompst)
sim_randompst     104 src/dps8/shm.c   if (sim_randstate && !sim_randompst)
sim_randompst     426 src/simh/scp.c int32 sim_randompst              = 0;
sim_randompst    2044 src/simh/scp.c sim_randompst = sim_switches & SWMASK ('S');        /* -s means persist random   */
sim_randompst    2047 src/simh/scp.c if (sim_randompst) sim_randstate = 1;               /*    and is implied with -s */
sim_randompst    2051 src/simh/scp.c     sim_randompst = 0;
sim_randompst     232 src/simh/scp.h extern int32 sim_randompst;