HomeSort by: relevance | last modified time | path
    Searched defs:send_help (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/telnet/
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
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

Completed in 26 milliseconds