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       223 src/dps8/libtelnet.c                         if (us && telnet->telopts[i].us == TELNET_WILL)
TELNET_WILL       409 src/dps8/libtelnet.c                                 _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       451 src/dps8/libtelnet.c                         _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       832 src/dps8/libtelnet.c                         case TELNET_WILL:
TELNET_WILL      1004 src/dps8/libtelnet.c         case TELNET_WILL:
TELNET_WILL      1008 src/dps8/libtelnet.c                         _send_negotiate(telnet, TELNET_WILL, telopt);
TELNET_WILL       511 src/dps8/uvutil.c     { TELNET_TELOPT_SGA,       TELNET_WILL, TELNET_DO   },
TELNET_WILL       512 src/dps8/uvutil.c     { TELNET_TELOPT_ECHO,      TELNET_WILL, TELNET_DONT },