commands.c | 1899 static int EncryptHelp(char *, char *); 1923 { "help", 0, EncryptHelp, 0, 0, 0 }, 1924 { "?", "Print help information", EncryptHelp, 0, 0, 0 }, 1929 EncryptHelp(char *s1, char *s2) 2294 encrypthelp[] = "turn on (off) encryption ('encrypt ?' for more)", 2318 { "encrypt", encrypthelp, encrypt_cmd, 0 }, 2286 encrypthelp[] = "turn on (off) encryption ('encrypt ?' for more)", variable in typeref:typename:char[][][][][][][][][][][][][][]
|