TELNET_WILL        33 src/dps8/fnptelnet.c     { TELNET_TELOPT_SGA,       TELNET_WILL, TELNET_DO   },
TELNET_WILL        34 src/dps8/fnptelnet.c     { TELNET_TELOPT_ECHO,      TELNET_WILL, TELNET_DONT },
TELNET_WILL        36 src/dps8/fnptelnet.c     { TELNET_TELOPT_BINARY,    TELNET_WILL, TELNET_DO   },
TELNET_WILL        42 src/dps8/fnptelnet.c     { TELNET_TELOPT_TTYPE,     TELNET_WILL, TELNET_DO },
TELNET_WILL        43 src/dps8/fnptelnet.c     { TELNET_TELOPT_BINARY,    TELNET_WILL, TELNET_DO },
TELNET_WILL        44 src/dps8/fnptelnet.c     { TELNET_TELOPT_EOR,       TELNET_WILL, TELNET_DO },
TELNET_WILL       257 src/dps8/fnptelnet.c     telnet_negotiate (p, TELNET_WILL, (unsigned char) TELNET_TELOPT_BINARY);
TELNET_WILL       259 src/dps8/fnptelnet.c     telnet_negotiate (p, TELNET_WILL, (unsigned char) TELNET_TELOPT_EOR);
TELNET_WILL       221 src/dps8/libtelnet.c                         if (us && telnet->telopts[i].us == TELNET_WILL)
TELNET_WILL       407 src/dps8/libtelnet.c                                 _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       449 src/dps8/libtelnet.c                         _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       830 src/dps8/libtelnet.c                         case TELNET_WILL:
TELNET_WILL      1002 src/dps8/libtelnet.c         case TELNET_WILL:
TELNET_WILL      1006 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 },