Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dcommands.c1891 static int EncryptHelp(char *, char *);
1915 { "help", 0, EncryptHelp, 0, 0, 0 },
1916 { "?", "Print help information", EncryptHelp, 0, 0, 0 },
1921 EncryptHelp(char *s1, char *s2) in EncryptHelp() function