Home
last modified time | relevance | path

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

/openbsd/usr.bin/telnet/
H A Dtelnet.c1258 static unsigned char *opt_replyp; variable
1264 if (opt_replyp == opt_replyend) in opt_add()
1266 *opt_replyp++ = ch; in opt_add()
1280 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()
1283 opt_replyp = opt_reply; in env_opt_start()
1295 if (opt_replyp) in env_opt_start_info()
1296 opt_replyp[-1] = TELQUAL_INFO; in env_opt_start_info()
1321 opt_replyend - opt_replyp) in env_opt_add()
1337 opt_replyp = p + (opt_replyp - opt_reply); in env_opt_add()
1387 len = opt_replyp - opt_reply + 2; in env_opt_end()
[all …]