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

  /src/usr.bin/telnet/
commands.c 159 static struct env_lst *env_help(const char *, char *);
1553 { "help", 0, env_help, 0 },
1554 { "?", "Print help information", env_help, 0 },
1559 env_help(const char *us1, char *us2)
1551 env_help(const char *us1, char *us2) function in typeref:struct:env_lst *
commands.c 159 static struct env_lst *env_help(const char *, char *);
1553 { "help", 0, env_help, 0 },
1554 { "?", "Print help information", env_help, 0 },
1559 env_help(const char *us1, char *us2)
1551 env_help(const char *us1, char *us2) function in typeref:struct:env_lst *

Completed in 26 milliseconds