telnet_sent_opts  991 src/simh/sim_tmxr.c                 lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts  992 src/simh/sim_tmxr.c                 if (!lp->telnet_sent_opts)
telnet_sent_opts 1004 src/simh/sim_tmxr.c                 (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1124 src/simh/sim_tmxr.c                                     lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts 1125 src/simh/sim_tmxr.c                                     if (!lp->telnet_sent_opts)
telnet_sent_opts 1137 src/simh/sim_tmxr.c                                     (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1191 src/simh/sim_tmxr.c         FREE (lp->telnet_sent_opts);
telnet_sent_opts 1192 src/simh/sim_tmxr.c         lp->telnet_sent_opts = NULL;
telnet_sent_opts 1289 src/simh/sim_tmxr.c                 lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256);
telnet_sent_opts 1290 src/simh/sim_tmxr.c                 if (!lp->telnet_sent_opts)
telnet_sent_opts 1302 src/simh/sim_tmxr.c                 (void)memset (lp->telnet_sent_opts, 0, 256);
telnet_sent_opts 1709 src/simh/sim_tmxr.c                         if (0 == (lp->telnet_sent_opts[tmp] & TNOS_DONT)) {
telnet_sent_opts 1715 src/simh/sim_tmxr.c                             lp->telnet_sent_opts[tmp] |= TNOS_DONT;/* Record DONT sent */
telnet_sent_opts 1788 src/simh/sim_tmxr.c                         if (0 == (lp->telnet_sent_opts[tmp] & TNOS_WONT)) {
telnet_sent_opts 1794 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 */