telnet_sent_opts  987 src/simh/sim_tmxr.c                 lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts  988 src/simh/sim_tmxr.c                 if (!lp->telnet_sent_opts)
telnet_sent_opts 1000 src/simh/sim_tmxr.c                 (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1120 src/simh/sim_tmxr.c                                     lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts 1121 src/simh/sim_tmxr.c                                     if (!lp->telnet_sent_opts)
telnet_sent_opts 1133 src/simh/sim_tmxr.c                                     (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1187 src/simh/sim_tmxr.c         FREE (lp->telnet_sent_opts);
telnet_sent_opts 1188 src/simh/sim_tmxr.c         lp->telnet_sent_opts = NULL;
telnet_sent_opts 1285 src/simh/sim_tmxr.c                 lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts 1286 src/simh/sim_tmxr.c                 if (!lp->telnet_sent_opts)
telnet_sent_opts 1298 src/simh/sim_tmxr.c                 (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1705 src/simh/sim_tmxr.c                         if (0 == (lp->telnet_sent_opts[tmp] & TNOS_DONT)) {
telnet_sent_opts 1711 src/simh/sim_tmxr.c                             lp->telnet_sent_opts[tmp] |= TNOS_DONT;/* Record DONT sent */
telnet_sent_opts 1784 src/simh/sim_tmxr.c                         if (0 == (lp->telnet_sent_opts[tmp] & TNOS_WONT)) {
telnet_sent_opts 1790 src/simh/sim_tmxr.c                             lp->telnet_sent_opts[tmp] |= TNOS_WONT;/* Record WONT sent */
telnet_sent_opts  136 src/simh/sim_tmxr.h     uint8               *telnet_sent_opts;              /* Telnet Options which we have sent a DON'T/WON'T */