Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c377 static int send_help(void);
405 { "?", "Display send options", 0, 0, send_help, 0, 0 },
406 { "help", 0, 0, 0, send_help, 0, 0 },
460 if (s->handler == send_help) {
461 (void) send_help();
606 send_help() in send_help() function