txbfd 1599 src/simh/sim_console.c if (!sim_con_tmxr.ldsc->txbfd) txbfd 1751 src/simh/sim_console.c if (sim_con_ldsc.conn || sim_con_ldsc.txbfd) { /* connected or buffered ? */ txbfd 1753 src/simh/sim_console.c if (sim_con_ldsc.conn || sim_con_ldsc.txbfd) { /* still connected? */ txbfd 1837 src/simh/sim_console.c if (!sim_con_ldsc.txbfd) /* unbuffered? */ txbfd 1863 src/simh/sim_console.c if (!sim_con_ldsc.txbfd) /* unbuffered? */ txbfd 238 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet) /* if not buffered telnet */ txbfd 242 src/simh/sim_tmxr.c if ((!lp->mp->buffered) && (!lp->txbfd)) { txbfd 243 src/simh/sim_tmxr.c lp->txbfd = 0; //-V1048 txbfd 724 src/simh/sim_tmxr.c if (lp->txbfd && (lp->txbsz != lp->mp->buffered)) txbfd 726 src/simh/sim_tmxr.c if (!lp->txbfd && (lp->mp->buffered > 0)) txbfd 1513 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet) txbfd 1759 src/simh/sim_tmxr.c (!lp->txbfd || lp->notelnet)) { txbfd 1773 src/simh/sim_tmxr.c if ((lp->txbfd && !lp->notelnet) || (TXBUF_AVAIL(lp) > 1)) {/* room for char (+ IAC)? */ txbfd 1777 src/simh/sim_tmxr.c if ((!lp->txbfd) && ((unsigned long int)TXBUF_AVAIL (lp) <= TMXR_GUARD)) /* near full? */ txbfd 2353 src/simh/sim_tmxr.c lp->txbfd = 1; txbfd 2358 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 2574 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 2578 src/simh/sim_tmxr.c lp->txbfd = 1; txbfd 3066 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 3526 src/simh/sim_tmxr.c if (lp->txbfd) txbfd 148 src/simh/sim_tmxr.h int32 txbfd; /* xmt buffered flag */