| /src/external/bsd/kyua-cli/dist/cli/ |
| cmd_help.hpp | 29 /// \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*,
|
| cmd_help_test.cpp | 29 #include "cli/cmd_help.hpp" 51 using cli::cmd_help; 161 cmd_help cmd(&general_options, &mock_commands); 238 cmd_help cmd(&general_options, &mock_commands); 267 cmd_help cmd(&general_options, &mock_commands); 306 cmd_help cmd(&general_options, &mock_commands); 328 cmd_help cmd(&general_options, &mock_commands);
|
| cmd_help.cpp | 29 #include "cli/cmd_help.hpp" 50 using cli::cmd_help; 209 /// Default constructor for cmd_help. 213 cmd_help::cmd_help(const cmdline::options_vector* options_, function in class:cmd_help 230 cmd_help::run(utils::cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline,
|
| main.cpp | 50 #include "cli/cmd_help.hpp" 164 commands.insert(new cli::cmd_help(&options, &commands));
|
| /src/sys/arch/ews4800mips/stand/common/ |
| cmd.h | 45 int cmd_help(int, char **, int);
|
| cmd.c | 43 { "help", cmd_help }, 89 cmd_help(0, 0, 0); 134 cmd_help(int argc, char *argp[], int interactive) function
|
| /src/sys/arch/luna68k/stand/boot/ |
| parse.c | 82 static int cmd_help(int, char *[]); 121 cmd_help(int argc, char *argv[]) function 143 { "help", cmd_help },
|
| /src/external/bsd/kyua-cli/lib/cli/ |
| Makefile | 18 cmd_help.cpp \
|
| /src/distrib/utils/ssh/ |
| ssh.c | 92 int cmd_help(int, char *[]); 366 cmd_help(int argc, char *argv[]) function 524 { "help", cmd_help, help_help },
|
| /src/external/bsd/top/dist/ |
| commands.c | 937 /* forward reference for cmd_help, as it needs to see the command_table */ 938 int cmd_help(globalstate *gstate); 944 { '?', cmd_help, "help; show this text" }, 945 { 'h', cmd_help, NULL }, 979 cmd_help(globalstate *gstate) function
|
| /src/sbin/disklabel/ |
| interact.c | 59 static void cmd_help(struct disklabel *, char *, int); 85 { "?", cmd_help, "print this menu" }, 101 cmd_help(struct disklabel *lp, char *s, int fd) function
|
| /src/sbin/dmctl/ |
| dmctl.c | 63 const char *cmd_help; member in struct:command 547 (void)fprintf(stderr, "\t%s\t%s\n", commands[i].cmd_name, commands[i].cmd_help);
|