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

/haiku/src/bin/network/telnet/
H A Dcommands.c299 send_help(void),
325 { "?", "Display send options", 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
326 { "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
376 if ((void *)s->handler == (void *)send_help) {
377 send_help();
512 send_help(void)
511 send_help(void) function

Completed in 39 milliseconds