UNIT_TM_POLL     1911 src/simh/sim_console.c     sim_con_unit.dynflags &= ~UNIT_TM_POLL;             /* we can't poll asynchronously */
UNIT_TM_POLL      826 src/simh/sim_tmxr.c         uptr->dynflags |= UNIT_TM_POLL;                 /* tag as polling unit */
UNIT_TM_POLL      833 src/simh/sim_tmxr.c             uptr->dynflags |= UNIT_TM_POLL;             /* tag as polling unit */
UNIT_TM_POLL     3206 src/simh/sim_tmxr.c     uptr->dynflags &= ~UNIT_TM_POLL;                    /* no polling */
UNIT_TM_POLL     3207 src/simh/sim_tmxr.c     o_uptr->dynflags &= ~UNIT_TM_POLL;                  /* no polling */
UNIT_TM_POLL     3210 src/simh/sim_tmxr.c uptr->dynflags &= ~(UNIT_TM_POLL|TMUF_NOASYNCH);        /* no polling, not asynch disabled  */