Searched refs:telopt_environ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/telnet/telnet/
H A Dtelnet.c144 unsigned char telopt_environ = TELOPT_NEW_ENVIRON; variable
146 # define telopt_environ TELOPT_NEW_ENVIRON macro
471 telopt_environ = option;
555 telopt_environ = TELOPT_OLD_ENVIRON;
1471 if (telopt_environ == TELOPT_OLD_ENVIRON
1543 *opt_replyp++ = telopt_environ;
1593 if (telopt_environ == TELOPT_OLD_ENVIRON)
1621 if (telopt_environ == TELOPT_OLD_ENVIRON)
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c108 unsigned char telopt_environ = TELOPT_NEW_ENVIRON; variable
110 # define telopt_environ TELOPT_NEW_ENVIRON macro
397 telopt_environ = option;
481 telopt_environ = TELOPT_OLD_ENVIRON;
1455 *opt_replyp++ = telopt_environ;
1507 if (telopt_environ == TELOPT_OLD_ENVIRON)
1535 if (telopt_environ == TELOPT_OLD_ENVIRON)

Completed in 108 milliseconds