Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dcommands.c134 static int send_help(const char *);
338 { "?", "Display send options", 0, 0, send_help, 0, 0 },
339 { "help", 0, 0, 0, send_help, 0, 0 },
389 if (s->handler == send_help) { in sendcmd()
390 send_help(NULL); in sendcmd()
522 send_help(const char *n) in send_help() function