Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dcommands.c162 static int auth_help(const char *);
1822 { "help", 0, auth_help, 0 },
1823 { "?", "Print help information", auth_help, 0 },
1828 auth_help(const char *s) in auth_help() function