Searched refs:cmd_help (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/kyua/cli/
H A Dcmd_help.hpp29 /// \file cli/cmd_help.hpp
30 /// Provides the cmd_help class.
42 class cmd_help : public cli_command class in namespace:cli
51 cmd_help(const utils::cmdline::options_vector*,
H A Dcmd_help_test.cpp29 #include "cli/cmd_help.hpp"
56 using cli::cmd_help;
156 cmd_help cmd(&general_options, &mock_commands);
235 cmd_help cmd(&general_options, &mock_commands);
267 cmd_help cmd(&general_options, &mock_commands);
308 cmd_help cmd(&general_options, &mock_commands);
330 cmd_help cmd(&general_options, &mock_commands);
H A Dcmd_help.cpp29 #include "cli/cmd_help.hpp"
50 using cli::cmd_help;
213 /// Default constructor for cmd_help.
217 cmd_help::cmd_help(const cmdline::options_vector* options_, function in class:cmd_help
233 cmd_help::run(utils::cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline,
H A Dmain.cpp50 #include "cli/cmd_help.hpp"
190 commands.insert(new cli::cmd_help(&options, &commands));
/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c50 static int cmd_help(int argc, char *argv[]);
108 {"help", cmd_help,
129 return(cmd_help(0, NULL));
140 return(cmd_help(oargc, oargv));
147 cmd_help(int argc, char *argv[]) function
397 return(cmd_help(argc, argv));
452 return(cmd_help(argc, argv));
511 return(cmd_help(argc, argv));
552 return(cmd_help(argc, argv));
597 return(cmd_help(arg
[all...]
/freebsd-current/contrib/smbfs/smbutil/
H A Dsmbutil.c20 static int cmd_help(int argc, char *argv[]);
36 {"help", cmd_help, help_usage, CMDFL_NO_KMOD},
76 cmd_help(int argc, char *argv[]) function

Completed in 73 milliseconds