Home
last modified time | relevance | path

Searched refs:cmd_help (Results 1 – 14 of 14) sorted by relevance

/netbsd/sys/arch/luna68k/stand/boot/
H A Dparse.c82 static int cmd_help(int, char *[]);
121 cmd_help(int argc, char *argv[]) in cmd_help() function
143 { "help", cmd_help },
/netbsd/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help_test.cpp51 using cli::cmd_help;
161 cmd_help cmd(&general_options, &mock_commands); in global_test()
238 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY()
267 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY()
306 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY()
328 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY()
H A Dcmd_help.hpp42 class cmd_help : public cli_command class
51 cmd_help(const utils::cmdline::options_vector*,
H A Dcmd_help.cpp50 using cli::cmd_help;
213 cmd_help::cmd_help(const cmdline::options_vector* options_, in cmd_help() function in cmd_help
230 cmd_help::run(utils::cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, in run()
H A Dmain.cpp164 commands.insert(new cli::cmd_help(&options, &commands)); in safe_main()
/netbsd/sys/arch/ews4800mips/stand/common/
H A Dcmd.c43 { "help", cmd_help },
89 cmd_help(0, 0, 0); in cmd_exec()
134 cmd_help(int argc, char *argp[], int interactive) in cmd_help() function
H A Dcmd.h45 int cmd_help(int, char **, int);
/netbsd/distrib/utils/ssh/
H A Dssh.c92 int cmd_help(int, char *[]);
366 cmd_help(int argc, char *argv[]) in cmd_help() function
524 { "help", cmd_help, help_help },
/netbsd/external/bsd/top/dist/
H A Dcommands.c938 int cmd_help(globalstate *gstate);
944 { '?', cmd_help, "help; show this text" },
945 { 'h', cmd_help, NULL },
979 cmd_help(globalstate *gstate) in cmd_help() function
/netbsd/external/bsd/kyua-cli/lib/cli/
H A DMakefile18 cmd_help.cpp \
/netbsd/sbin/disklabel/
H A Dinteract.c59 static void cmd_help(struct disklabel *, char *, int);
85 { "?", cmd_help, "print this menu" },
101 cmd_help(struct disklabel *lp, char *s, int fd) in cmd_help() function
/netbsd/sbin/dmctl/
H A Ddmctl.c63 const char *cmd_help; member
547 (void)fprintf(stderr, "\t%s\t%s\n", commands[i].cmd_name, commands[i].cmd_help); in usage()
/netbsd/external/bsd/ipf/dist/FWTK/
H A Dfwtk_transparent.diff792 static int cmd_help();
802 static int cmd_help();
H A Dfwtkp568 static int cmd_help();