Searched refs:opt_replyp (Results 1 – 1 of 1) sorted by relevance
1459 unsigned char *opt_replyp; variable1476 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()1479 opt_replyp = opt_reply; in env_opt_start()1481 *opt_replyp++ = IAC; in env_opt_start()1482 *opt_replyp++ = SB; in env_opt_start()1483 *opt_replyp++ = telopt_environ; in env_opt_start()1484 *opt_replyp++ = TELQUAL_IS; in env_opt_start()1491 if (opt_replyp) in env_opt_start_info()1492 opt_replyp[-1] = TELQUAL_INFO; in env_opt_start_info()1519 if ((unsigned int)(opt_replyend - opt_replyp) < elen) in env_opt_add()[all …]