notelnet          255 src/simh/sim_tmxr.c if (!lp->txbfd || lp->notelnet)                                   /* if not buffered telnet */
notelnet          355 src/simh/sim_tmxr.c if ((!lp->notelnet) || (sim_switches & SWMASK ('V'))) {
notelnet          407 src/simh/sim_tmxr.c if (lp->notelnet)
notelnet          688 src/simh/sim_tmxr.c     sprintf (growstring(&tptr, 33 + strlen (mp->port)), "%s%s", mp->port, mp->notelnet ? ";notelnet" : "");
notelnet          750 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32 + strlen (lp->port)), ",%s%s", lp->port, ((lp->mp->notelnet != lp->notelnet) && (!lp->datagram)) ? (lp->notelnet ? ";notelnet" : ";telnet") : "");
notelnet          752 src/simh/sim_tmxr.c             sprintf (growstring(&tptr, 25 + strlen (lp->destination)), ",Connect=%s%s", lp->destination, ((lp->mp->notelnet != lp->notelnet) && (!lp->datagram)) ? (lp->notelnet ? ";notelnet" : ";telnet") : "");
notelnet         1006 src/simh/sim_tmxr.c             lp->notelnet = mp->notelnet;                /* apply mux default telnet setting */
notelnet         1007 src/simh/sim_tmxr.c             if (!lp->notelnet) {
notelnet         1133 src/simh/sim_tmxr.c                                 if (!lp->notelnet) {
notelnet         1293 src/simh/sim_tmxr.c             lp->notelnet = lp->mp->notelnet;            /* apply mux default telnet setting */
notelnet         1294 src/simh/sim_tmxr.c             if (!lp->notelnet) {
notelnet         1607 src/simh/sim_tmxr.c             if (!lp->txbfd || lp->notelnet)
notelnet         1621 src/simh/sim_tmxr.c         if (!lp->notelnet) {                            /* Are we looking for telnet interpretation? */
notelnet         1714 src/simh/sim_tmxr.c                             lp->notelnet = TRUE;                /* Temporarily disable so */
notelnet         1716 src/simh/sim_tmxr.c                             lp->notelnet = FALSE;
notelnet         1793 src/simh/sim_tmxr.c                             lp->notelnet = TRUE;                /* Temporarily disable so */
notelnet         1795 src/simh/sim_tmxr.c                             lp->notelnet = FALSE;
notelnet         1853 src/simh/sim_tmxr.c     (!lp->txbfd || lp->notelnet)) {
notelnet         1867 src/simh/sim_tmxr.c if ((lp->txbfd && !lp->notelnet) || (TXBUF_AVAIL(lp) > 1)) {/* room for char (+ IAC)? */
notelnet         1868 src/simh/sim_tmxr.c     if ((TN_IAC == (u_char) chr) && (!lp->notelnet))    /* char == IAC in telnet session? */
notelnet         2189 src/simh/sim_tmxr.c t_bool nolog, notelnet, listennotelnet, modem_control, loopback, datagram, packet;
notelnet         2215 src/simh/sim_tmxr.c     nolog = notelnet = listennotelnet = loopback = FALSE;
notelnet         2221 src/simh/sim_tmxr.c         notelnet = listennotelnet = mp->notelnet;
notelnet         2291 src/simh/sim_tmxr.c                 notelnet = datagram = TRUE;
notelnet         2369 src/simh/sim_tmxr.c                     notelnet = TRUE;
notelnet         2375 src/simh/sim_tmxr.c                             notelnet = FALSE;
notelnet         2540 src/simh/sim_tmxr.c             mp->notelnet = listennotelnet;                  /* save desired telnet behavior flag */
notelnet         2627 src/simh/sim_tmxr.c                     lp->notelnet = notelnet;
notelnet         2748 src/simh/sim_tmxr.c             if (listennotelnet != mp->notelnet)
notelnet         2749 src/simh/sim_tmxr.c                 lp->notelnet = listennotelnet;
notelnet         2751 src/simh/sim_tmxr.c                 lp->notelnet = mp->notelnet;
notelnet         2811 src/simh/sim_tmxr.c                     lp->notelnet = notelnet;
notelnet         3061 src/simh/sim_tmxr.c         if (mp->notelnet)
notelnet         3091 src/simh/sim_tmxr.c                 if (mp->notelnet != lp->notelnet)
notelnet         3092 src/simh/sim_tmxr.c                     fprintf (st, " - %stelnet", lp->notelnet ? "no" : "");
notelnet         3582 src/simh/sim_tmxr.c     fprintf (st, " %s\n", (lp->notelnet) ? "Telnet disabled (RAW data)" : "Telnet protocol");
notelnet         3672 src/simh/sim_tmxr.c     if (!lp->notelnet)
notelnet          135 src/simh/sim_tmxr.h     t_bool              notelnet;                       /* raw binary data (no telnet interpretation) */
notelnet          211 src/simh/sim_tmxr.h     t_bool              notelnet;                       /* default telnet capability for incoming connections */