telnet_sent_opts  981 src/simh/sim_tmxr.c                 lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts  982 src/simh/sim_tmxr.c                 if (!lp->telnet_sent_opts)
telnet_sent_opts  994 src/simh/sim_tmxr.c                 (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1114 src/simh/sim_tmxr.c                                     lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts 1115 src/simh/sim_tmxr.c                                     if (!lp->telnet_sent_opts)
telnet_sent_opts 1127 src/simh/sim_tmxr.c                                     (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1181 src/simh/sim_tmxr.c         FREE (lp->telnet_sent_opts);
telnet_sent_opts 1182 src/simh/sim_tmxr.c         lp->telnet_sent_opts = NULL;
telnet_sent_opts 1279 src/simh/sim_tmxr.c                 lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts 1280 src/simh/sim_tmxr.c                 if (!lp->telnet_sent_opts)
telnet_sent_opts 1292 src/simh/sim_tmxr.c                 (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1699 src/simh/sim_tmxr.c                         if (0 == (lp->telnet_sent_opts[tmp] & TNOS_DONT)) {
telnet_sent_opts 1705 src/simh/sim_tmxr.c                             lp->telnet_sent_opts[tmp] |= TNOS_DONT;/* Record DONT sent */
telnet_sent_opts 1778 src/simh/sim_tmxr.c                         if (0 == (lp->telnet_sent_opts[tmp] & TNOS_WONT)) {
telnet_sent_opts 1784 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 */