Searched refs:modehelp (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | cmdtab.c | 70 char modehelp[] = "set file transfer mode"; variable 150 { "mode", modehelp, 0, 1, 1, setftmode },
|
| /src/contrib/tnftp/src/ |
| H A D | cmdtab.c | 128 HSTR modehelp[] = "set file transfer mode"; variable 245 { "mode", H(modehelp), 0, 1, 1, CMPL0 setftmode },
|
| /src/crypto/heimdal/appl/telnet/telnet/ |
| H A D | commands.c | 1059 static int modehelp(void); 1084 { "help", 0, modehelp, 0 }, 1089 { "?", "Print help information", modehelp, 0 }, 1095 modehelp(void) in modehelp() function
|
| /src/contrib/telnet/telnet/ |
| H A D | commands.c | 109 static int modehelp(void); 1156 { "help", 0, (int (*)(int))modehelp, 0, 0 }, 1161 { "?", "Print help information", (int (*)(int))modehelp, 0, 0 }, 1167 modehelp(void) in modehelp() function
|