bits_to_set 1241 src/simh/sim_tmxr.c t_stat tmxr_set_get_modem_bits (TMLN *lp, int32 bits_to_set, int32 bits_to_clear, int32 *incoming_bits) bits_to_set 1246 src/simh/sim_tmxr.c if ((bits_to_set & ~(TMXR_MDM_OUTGOING)) || /* Assure only settable bits */ bits_to_set 1248 src/simh/sim_tmxr.c (bits_to_set & bits_to_clear)) /* and can't set and clear the same bits */ bits_to_set 1251 src/simh/sim_tmxr.c lp->modembits |= bits_to_set; bits_to_set 1332 src/simh/sim_tmxr.c if (bits_to_set | bits_to_clear) { /* Anything to do? */ bits_to_set 1349 src/simh/sim_tmxr.c (bits_to_set & ~before_modem_bits & /* and DTR being Raised */ bits_to_set 236 src/simh/sim_tmxr.h t_stat tmxr_set_get_modem_bits (TMLN *lp, int32 bits_to_set, int32 bits_to_clear, int32 *incoming_bits);