Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/telnet/telnet/
H A Dcommands.c292 send_help(void),
318 { "?", "Display send options", 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
319 { "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
369 if ((void *)s->handler == (void *)send_help) { in sendcmd()
370 send_help(); in sendcmd()
505 send_help(void) in send_help() function