TELNET_WILL        36 src/dps8/fnptelnet.c     { TELNET_TELOPT_SGA,       TELNET_WILL, TELNET_DO   },
TELNET_WILL        37 src/dps8/fnptelnet.c     { TELNET_TELOPT_ECHO,      TELNET_WILL, TELNET_DONT },
TELNET_WILL        39 src/dps8/fnptelnet.c     { TELNET_TELOPT_BINARY,    TELNET_WILL, TELNET_DO   },
TELNET_WILL        45 src/dps8/fnptelnet.c     { TELNET_TELOPT_TTYPE,     TELNET_WILL, TELNET_DO },
TELNET_WILL        46 src/dps8/fnptelnet.c     { TELNET_TELOPT_BINARY,    TELNET_WILL, TELNET_DO },
TELNET_WILL        47 src/dps8/fnptelnet.c     { TELNET_TELOPT_EOR,       TELNET_WILL, TELNET_DO },
TELNET_WILL       260 src/dps8/fnptelnet.c     telnet_negotiate (p, TELNET_WILL, (unsigned char) TELNET_TELOPT_BINARY);
TELNET_WILL       262 src/dps8/fnptelnet.c     telnet_negotiate (p, TELNET_WILL, (unsigned char) TELNET_TELOPT_EOR);
TELNET_WILL       228 src/dps8/libtelnet.c                         if (us && telnet->telopts[i].us == TELNET_WILL)
TELNET_WILL       414 src/dps8/libtelnet.c                                 _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       456 src/dps8/libtelnet.c                         _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       838 src/dps8/libtelnet.c                         case TELNET_WILL:
TELNET_WILL      1011 src/dps8/libtelnet.c         case TELNET_WILL:
TELNET_WILL      1015 src/dps8/libtelnet.c                         _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       517 src/dps8/uvutil.c     { TELNET_TELOPT_SGA,       TELNET_WILL, TELNET_DO   },
TELNET_WILL       518 src/dps8/uvutil.c     { TELNET_TELOPT_ECHO,      TELNET_WILL, TELNET_DONT },