Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dtelnet.c1460 unsigned char *opt_replyend; variable
1476 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()
1480 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()
1519 if ((unsigned int)(opt_replyend - opt_replyp) < elen) in env_opt_add()
1522 len = opt_replyend - opt_reply + elen; in env_opt_add()
1530 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_add()
1534 opt_replyend = opt_reply + len; in env_opt_add()
1592 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_end()