Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1750 auth_help (void);
1759 { "help", 0, auth_help, 0 },
1760 { "?", "Print help information", auth_help, 0 },
1765 auth_help() in auth_help() function
/freebsd/contrib/telnet/telnet/
H A Dcommands.c1852 auth_help(void);
1861 { "help", NULL, (int (*)(char *))auth_help, 0 },
1862 { "?", "Print help information", (int (*)(char *))auth_help, 0 },
1867 auth_help(void) in auth_help() function