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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c201 send_help (void),
227 { "?", "Display send options", 0, 0, send_help, 0, 0 },
228 { "help", 0, 0, 0, send_help, 0, 0 },
278 if (s->handler == send_help) {
279 send_help();
417 send_help()
416 send_help() function
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c293 send_help(void),
319 { "?", "Display send options", 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
320 { "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
370 if ((void *)s->handler == (void *)send_help) {
371 send_help();
506 send_help(void)
505 send_help(void) function

Completed in 118 milliseconds