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

/freebsd-11-stable/usr.sbin/ngctl/
H A Dngctl.h62 extern const struct ngcmd help_cmd;
H A Dmain.c95 &help_cmd,
119 const struct ngcmd help_cmd = { variable in typeref:struct:ngcmd
300 (*help_cmd.func)(0, NULL);
352 (*help_cmd.func)(0, NULL);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h304 extern void help_cmd (char *, struct ui_file *);
H A Dcli-cmds.c214 help_cmd (command, gdb_stdout);
H A Dcli-decode.c640 * I am going to split this into two seperate comamnds, help_cmd and
645 help_cmd (char *command, struct ui_file *stream)
642 help_cmd (char *command, struct ui_file *stream) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcommand.h205 extern void help_cmd (char *, struct ui_file *);
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c674 help_cmd(apr_getopt_t *os,
963 { "--version", help_cmd, {0}, {""},
972 SVN_ERR(help_cmd(NULL, NULL, pool));
992 SVN_ERR(help_cmd(NULL, NULL, pool));
1019 SVN_ERR(help_cmd(NULL, NULL, pool));
1039 SVN_ERR(help_cmd(os, opt_baton, pool));
672 help_cmd(apr_getopt_t *os, function
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c52 help_cmd; variable
169 { "help", help_cmd, { "?", "h" }, {N_(
1931 help_cmd(apr_getopt_t *os, void *baton, apr_pool_t *pool)
2003 SVN_ERR(help_cmd(NULL, NULL, pool));
2022 SVN_ERR(help_cmd(NULL, NULL, pool));
2193 SVN_ERR(help_cmd(NULL, NULL, pool));
2285 { "--version", help_cmd, {0}, {""},
2294 SVN_ERR(help_cmd(NULL, NULL, pool));
2309 SVN_ERR(help_cmd(NULL, NULL, pool));
2332 SVN_ERR(help_cmd(NUL
1925 help_cmd(apr_getopt_t *os, void *baton, apr_pool_t *pool) function
[all...]

Completed in 125 milliseconds