UNIT_TM_POLL     1917 src/simh/sim_console.c     sim_con_unit.dynflags &= ~UNIT_TM_POLL;             /* we can't poll asynchronously */
UNIT_TM_POLL      823 src/simh/sim_tmxr.c         uptr->dynflags |= UNIT_TM_POLL;                 /* tag as polling unit */
UNIT_TM_POLL      830 src/simh/sim_tmxr.c             uptr->dynflags |= UNIT_TM_POLL;             /* tag as polling unit */
UNIT_TM_POLL     3200 src/simh/sim_tmxr.c     uptr->dynflags &= ~UNIT_TM_POLL;                    /* no polling */
UNIT_TM_POLL     3201 src/simh/sim_tmxr.c     o_uptr->dynflags &= ~UNIT_TM_POLL;                  /* no polling */
UNIT_TM_POLL     3204 src/simh/sim_tmxr.c uptr->dynflags &= ~(UNIT_TM_POLL|TMUF_NOASYNCH);        /* no polling, not asynch disabled  */