telnet_sent_opts 1009 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); telnet_sent_opts 1010 src/simh/sim_tmxr.c if (!lp->telnet_sent_opts) telnet_sent_opts 1022 src/simh/sim_tmxr.c memset (lp->telnet_sent_opts, 0, 256); telnet_sent_opts 1135 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); telnet_sent_opts 1136 src/simh/sim_tmxr.c if (!lp->telnet_sent_opts) telnet_sent_opts 1148 src/simh/sim_tmxr.c memset (lp->telnet_sent_opts, 0, 256); telnet_sent_opts 1200 src/simh/sim_tmxr.c FREE (lp->telnet_sent_opts); telnet_sent_opts 1201 src/simh/sim_tmxr.c lp->telnet_sent_opts = NULL; telnet_sent_opts 1296 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); telnet_sent_opts 1297 src/simh/sim_tmxr.c if (!lp->telnet_sent_opts) telnet_sent_opts 1309 src/simh/sim_tmxr.c memset (lp->telnet_sent_opts, 0, 256); telnet_sent_opts 1713 src/simh/sim_tmxr.c if (0 == (lp->telnet_sent_opts[tmp] & TNOS_DONT)) { telnet_sent_opts 1719 src/simh/sim_tmxr.c lp->telnet_sent_opts[tmp] |= TNOS_DONT;/* Record DONT sent */ telnet_sent_opts 1792 src/simh/sim_tmxr.c if (0 == (lp->telnet_sent_opts[tmp] & TNOS_WONT)) { telnet_sent_opts 1798 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 */