Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c386 static int send_help(void);
414 { "?", "Display send options", 0, 0, send_help, 0, 0 },
415 { "help", 0, 0, 0, send_help, 0, 0 },
469 if (s->handler == send_help) {
470 (void) send_help();
617 send_help() in send_help() function