Searched refs:modehelp (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.bin/ftp/ |
| H A D | cmdtab.c | 120 HSTR modehelp[] = "set file transfer mode"; variable 237 { "mode", H(modehelp), 0, 1, 1, CMPL0 setftmode },
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | externs.h | 204 int modehelp(int);
|
| H A D | commands.c | 1173 { "help", 0, modehelp, 0, 0 }, 1178 { "?", "Print help information", modehelp, 0, 0 }, 1184 modehelp(int n) in modehelp() function
|