commands.c | 134 static int send_help(const char *); 339 { "?", "Display send options", 0, 0, send_help, 0, 0 }, 340 { "help", 0, 0, 0, send_help, 0, 0 }, 390 if (s->handler == send_help) { 391 send_help(NULL); 523 send_help(const char *n) 522 send_help(const char *n) function in typeref:typename:int
|