txbfd 1623 src/simh/sim_console.c if (!sim_con_tmxr.ldsc->txbfd) txbfd 1776 src/simh/sim_console.c if (sim_con_ldsc.conn || sim_con_ldsc.txbfd) { /* connected or buffered ? */ txbfd 1778 src/simh/sim_console.c if (sim_con_ldsc.conn || sim_con_ldsc.txbfd) { /* still connected? */ txbfd 1862 src/simh/sim_console.c if (!sim_con_ldsc.txbfd) /* unbuffered? */ txbfd 1888 src/simh/sim_console.c if (!sim_con_ldsc.txbfd) /* unbuffered? */ txbfd 246 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet) /* if not buffered telnet */ txbfd 250 src/simh/sim_tmxr.c if ((!lp->mp->buffered) && (!lp->txbfd)) { txbfd 251 src/simh/sim_tmxr.c lp->txbfd = 0; //-V1048 txbfd 735 src/simh/sim_tmxr.c if (lp->txbfd && (lp->txbsz != lp->mp->buffered)) txbfd 737 src/simh/sim_tmxr.c if (!lp->txbfd && (lp->mp->buffered > 0)) txbfd 1603 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet) txbfd 1849 src/simh/sim_tmxr.c (!lp->txbfd || lp->notelnet)) { txbfd 1863 src/simh/sim_tmxr.c if ((lp->txbfd && !lp->notelnet) || (TXBUF_AVAIL(lp) > 1)) {/* room for char (+ IAC)? */ txbfd 1867 src/simh/sim_tmxr.c if ((!lp->txbfd) && ((unsigned long int)TXBUF_AVAIL (lp) <= TMXR_GUARD)) /* near full? */ txbfd 2443 src/simh/sim_tmxr.c lp->txbfd = 1; txbfd 2448 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 2667 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 2671 src/simh/sim_tmxr.c lp->txbfd = 1; txbfd 3163 src/simh/sim_tmxr.c lp->txbfd = 0; txbfd 3623 src/simh/sim_tmxr.c if (lp->txbfd) txbfd 148 src/simh/sim_tmxr.h int32 txbfd; /* xmt buffered flag */