Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c200 send_help (void),
226 { "?", "Display send options", 0, 0, send_help, 0, 0 },
227 { "help", 0, 0, 0, send_help, 0, 0 },
277 if (s->handler == send_help) { in sendcmd()
278 send_help(); in sendcmd()
416 send_help() in send_help() function
/freebsd/contrib/telnet/telnet/
H A Dcommands.c291 send_help(void),
317 { "?", "Display send options", 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
318 { "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
368 if ((void *)s->handler == (void *)send_help) { in sendcmd()
369 send_help(); in sendcmd()
503 send_help(void) in send_help() function