rxnexttime       1822 src/simh/sim_console.c         (sim_gtime () < sim_con_ldsc.rxnexttime))           /* too soon? */
rxnexttime       1832 src/simh/sim_console.c             sim_con_ldsc.rxnexttime =                       /* compute next input time */
rxnexttime       1384 src/simh/sim_tmxr.c      (sim_gtime () >= lp->rxnexttime))) {
rxnexttime       1402 src/simh/sim_tmxr.c         lp->rxnexttime = floor (sim_gtime () + ((lp->rxdelta * sim_timer_inst_per_sec ())/lp->rxbpsfactor));
rxnexttime       1730 src/simh/sim_tmxr.c     if (sim_gtime () < lp->rxnexttime)          /* too soon? */
rxnexttime       2066 src/simh/sim_tmxr.c lp->rxnexttime = 0.0;
rxnexttime       2076 src/simh/sim_tmxr.c lp->txnexttime = lp->rxnexttime;
rxnexttime        164 src/simh/sim_tmxr.h     double              rxnexttime;                     /* min time for next receive character */
rxnexttime        278 src/simh/sim_tmxr.h # define tmxr_debug_return(lp, val) do {if (sim_deb && (val) && (lp)->mp && (lp)->mp->dptr && (TMXR_DBG_RET & (lp)->mp->dptr->dctrl)) { if ((lp)->rxbps) sim_debug (TMXR_DBG_RET, (lp)->mp->dptr, "Ln%d: 0x%x - Next after: %.0f\n", (int)((lp)-(lp)->mp->ldsc), val, (lp)->rxnexttime); else sim_debug (TMXR_DBG_RET, (lp)->mp->dptr, "Ln%d: 0x%x\n", (int)((lp)-(lp)->mp->ldsc), val); } } while (0)