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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1758 auth_help (void);
1767 { "help", 0, auth_help, 0 },
1768 { "?", "Print help information", auth_help, 0 },
1773 auth_help()
1765 auth_help() function
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c1862 auth_help(void);
1871 { "help", NULL, (int (*)(char *))auth_help, 0 },
1872 { "?", "Print help information", (int (*)(char *))auth_help, 0 },
1877 auth_help(void)
1869 auth_help(void) function

Completed in 63 milliseconds