Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/telnet/
Dcommands.c232 send_help(void),
258 { "?", "Display send options", 0, 0, send_help, 0, 0 },
259 { "help", 0, 0, 0, send_help, 0, 0 },
311 if (s->handler == send_help) {
312 send_help();
453 send_help() in send_help() function