Home
last modified time | relevance | path

Searched refs:opt_replyend (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1585 static unsigned char *opt_replyend; variable
1600 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()
1604 opt_replyend = opt_reply + OPT_REPLY_INITIAL_SIZE; in env_opt_start()
1653 if (opt_reply_size > (opt_replyend - opt_reply)) {
1659 opt_reply = opt_replyp = opt_replyend = NULL;
1663 opt_replyend = opt_reply + opt_reply_size;
1736 opt_reply = opt_replyp = opt_replyend = NULL;