Home
last modified time | relevance | path

Searched refs:help_cmd (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/usr.sbin/ngctl/
H A Dmain.c95 &help_cmd,
119 const struct ngcmd help_cmd = { variable
300 (*help_cmd.func)(0, NULL); in DoInteractive()
352 (*help_cmd.func)(0, NULL); in DoInteractive()
H A Dngctl.h62 extern const struct ngcmd help_cmd;
/freebsd-12.1/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c662 help_cmd(apr_getopt_t *os, in help_cmd() function
951 { "--version", help_cmd, {0}, "", in sub_main()
960 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
980 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
1007 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
1027 SVN_ERR(help_cmd(os, opt_baton, pool)); in sub_main()
/freebsd-12.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c52 help_cmd; variable
165 { "help", help_cmd, { "?", "h" },
1920 help_cmd(apr_getopt_t *os, void *baton, apr_pool_t *pool) in help_cmd() function
1991 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
2010 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
2181 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
2273 { "--version", help_cmd, {0}, "", in sub_main()
2282 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
2297 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
2320 SVN_ERR(help_cmd(NULL, NULL, pool)); in sub_main()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.h304 extern void help_cmd (char *, struct ui_file *);
H A Dcli-cmds.c211 help_cmd (command, gdb_stdout); in help_command()
H A Dcli-decode.c642 help_cmd (char *command, struct ui_file *stream) in help_cmd() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dcommand.h205 extern void help_cmd (char *, struct ui_file *);