Searched refs:modehelp (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c70 char modehelp[] = "set file transfer mode"; variable
157 { "mode", modehelp, 0, 1, 1, setftmode },
/freebsd-9.3-release/contrib/tnftp/src/
H A Dcmdtab.c128 HSTR modehelp[] = "set file transfer mode"; variable
245 { "mode", H(modehelp), 0, 1, 1, CMPL0 setftmode },
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c114 static int modehelp(void);
1164 { "help", 0, (int (*)(int))modehelp, 0, 0 },
1169 { "?", "Print help information", (int (*)(int))modehelp, 0, 0 },
1175 modehelp(void)
1171 modehelp(void) function
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1084 static int modehelp(void);
1109 { "help", 0, modehelp, 0 },
1114 { "?", "Print help information", modehelp, 0 },
1120 modehelp(void)
1116 modehelp(void) function

Completed in 46 milliseconds