Symbol: TELOPT_OLD_ENVIRON
libexec/telnetd/state.c
1265
case TELOPT_OLD_ENVIRON: {
libexec/telnetd/state.c
1273
if (subchar == TELOPT_OLD_ENVIRON)
libexec/telnetd/state.c
1407
if (subchar == TELOPT_OLD_ENVIRON) {
libexec/telnetd/state.c
532
case TELOPT_OLD_ENVIRON:
libexec/telnetd/state.c
743
case TELOPT_OLD_ENVIRON:
libexec/telnetd/state.c
924
case TELOPT_OLD_ENVIRON:
libexec/telnetd/telnetd.c
470
send_do(TELOPT_OLD_ENVIRON, 1);
libexec/telnetd/telnetd.c
479
his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) {
libexec/telnetd/telnetd.c
512
else if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
libexec/telnetd/telnetd.c
514
{ IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
libexec/telnetd/telnetd.c
537
if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
libexec/telnetd/utility.c
825
case TELOPT_OLD_ENVIRON:
usr.bin/telnet/commands.c
1710
&& my_state_is_wont(TELOPT_OLD_ENVIRON)
usr.bin/telnet/telnet.c
1418
if (telopt_environ == TELOPT_OLD_ENVIRON
usr.bin/telnet/telnet.c
1541
if (telopt_environ == TELOPT_OLD_ENVIRON)
usr.bin/telnet/telnet.c
1569
if (telopt_environ == TELOPT_OLD_ENVIRON)
usr.bin/telnet/telnet.c
411
if (my_state_is_will(TELOPT_OLD_ENVIRON))
usr.bin/telnet/telnet.c
412
send_wont(TELOPT_OLD_ENVIRON, 1); /* turn off the old */
usr.bin/telnet/telnet.c
414
case TELOPT_OLD_ENVIRON: /* Old environment variable option */
usr.bin/telnet/telnet.c
501
send_will(TELOPT_OLD_ENVIRON, 1);
usr.bin/telnet/telnet.c
502
telopt_environ = TELOPT_OLD_ENVIRON;
usr.bin/telnet/telnet.c
824
case TELOPT_OLD_ENVIRON:
usr.bin/telnet/utilities.c
743
case TELOPT_OLD_ENVIRON:
usr.bin/telnet/utilities.c
767
if (pointer[0] == TELOPT_OLD_ENVIRON) {
usr.bin/telnet/utilities.c
783
if (pointer[0] == TELOPT_OLD_ENVIRON) {