Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c80 static char modehelp[] = "set file transfer mode"; variable
168 { "mode", modehelp, 0, 1, 1, setmode },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1282 static int modehelp();
1310 { "help", 0, modehelp, 0 },
1315 { "?", "Print help information", modehelp, 0 },
1321 modehelp() in modehelp() function