MTVF_DENS_MASK 2075 src/simh/sim_tape.c uptr->dynflags = (uptr->dynflags & ~MTVF_DENS_MASK) /* then insert the code */ MTVF_DENS_MASK 2092 src/simh/sim_tape.c uptr->dynflags = (uptr->dynflags & ~MTVF_DENS_MASK) /* then store the index of the value */ MTVF_DENS_MASK 122 src/simh/sim_tape.h # define MT_DENS(f) (((f) & MTVF_DENS_MASK) >> UNIT_V_DF_TAPE)