txbfd 1624 src/simh/sim_console.c if (!sim_con_tmxr.ldsc->txbfd) txbfd 1778 src/simh/sim_console.c if (sim_con_ldsc.conn || sim_con_ldsc.txbfd) { /* connected or buffered ? */ txbfd 1780 src/simh/sim_console.c if (sim_con_ldsc.conn || sim_con_ldsc.txbfd) { /* still connected? */ txbfd 1864 src/simh/sim_console.c if (!sim_con_ldsc.txbfd) /* unbuffered? */ txbfd 1890 src/simh/sim_console.c if (!sim_con_ldsc.txbfd) /* unbuffered? */ txbfd 247 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet) /* if not buffered telnet */ txbfd 251 src/simh/sim_tmxr.c if ((!lp->mp->buffered) && (!lp->txbfd)) { txbfd 252 src/simh/sim_tmxr.c lp->txbfd = 0; //-V1048 txbfd 736 src/simh/sim_tmxr.c if (lp->txbfd && (lp->txbsz != lp->mp->buffered)) txbfd 738 src/simh/sim_tmxr.c if (!lp->txbfd && (lp->mp->buffered > 0)) txbfd 1594 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet) txbfd 1840 src/simh/sim_tmxr.c (!lp->txbfd || lp->notelnet)) { txbfd 1854 src/simh/sim_tmxr.c if ((lp->txbfd && !lp->notelnet) || (TXBUF_AVAIL(lp) > 1)) {/* room for char (+ IAC)? */ txbfd 1858 src/simh/sim_tmxr.c if ((!lp->txbfd) && ((unsigned long int)TXBUF_AVAIL (lp) <= TMXR_GUARD)) /* near full? */ txbfd 2434 src/simh/sim_tmxr.c lp->txbfd = 1; txbfd 2439 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 2658 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 2662 src/simh/sim_tmxr.c lp->txbfd = 1; txbfd 3154 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 3616 src/simh/sim_tmxr.c if (lp->txbfd) txbfd 148 src/simh/sim_tmxr.h int32 txbfd; /* xmt buffered flag */