Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1584 static unsigned char *opt_replyp; variable
1600 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()
1603 opt_replyp = opt_reply; in env_opt_start()
1605 *opt_replyp++ = IAC; in env_opt_start()
1606 *opt_replyp++ = SB; in env_opt_start()
1607 *opt_replyp++ = telopt_environ; in env_opt_start()
1608 *opt_replyp++ = TELQUAL_IS; in env_opt_start()
1615 if (opt_replyp) in env_opt_start_info()
1616 opt_replyp[-1] = TELQUAL_INFO; in env_opt_start_info()
1648 opt_reply_used = opt_replyp - opt_reply; /* existing contents */
[all …]