telnet_sent_opts 915 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); telnet_sent_opts 916 src/simh/sim_tmxr.c if (!lp->telnet_sent_opts) telnet_sent_opts 928 src/simh/sim_tmxr.c memset (lp->telnet_sent_opts, 0, 256); telnet_sent_opts 1041 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); telnet_sent_opts 1042 src/simh/sim_tmxr.c if (!lp->telnet_sent_opts) telnet_sent_opts 1054 src/simh/sim_tmxr.c memset (lp->telnet_sent_opts, 0, 256); telnet_sent_opts 1106 src/simh/sim_tmxr.c FREE (lp->telnet_sent_opts); telnet_sent_opts 1107 src/simh/sim_tmxr.c lp->telnet_sent_opts = NULL; telnet_sent_opts 1202 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); telnet_sent_opts 1203 src/simh/sim_tmxr.c if (!lp->telnet_sent_opts) telnet_sent_opts 1215 src/simh/sim_tmxr.c memset (lp->telnet_sent_opts, 0, 256); telnet_sent_opts 1619 src/simh/sim_tmxr.c if (0 == (lp->telnet_sent_opts[tmp] & TNOS_DONT)) { telnet_sent_opts 1625 src/simh/sim_tmxr.c lp->telnet_sent_opts[tmp] |= TNOS_DONT;/* Record DONT sent */ telnet_sent_opts 1698 src/simh/sim_tmxr.c if (0 == (lp->telnet_sent_opts[tmp] & TNOS_WONT)) { telnet_sent_opts 1704 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 */