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

/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c140 unsigned char telopt_environ = TELOPT_NEW_ENVIRON; variable
142 # define telopt_environ TELOPT_NEW_ENVIRON macro
467 telopt_environ = option;
551 telopt_environ = TELOPT_OLD_ENVIRON;
1467 if (telopt_environ == TELOPT_OLD_ENVIRON
1539 *opt_replyp++ = telopt_environ;
1589 if (telopt_environ == TELOPT_OLD_ENVIRON)
1617 if (telopt_environ == TELOPT_OLD_ENVIRON)
/freebsd-11-stable/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 162 milliseconds