Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ngctl/
H A Dmain.c65 &help_cmd,
89 const struct ngcmd help_cmd = { variable
205 (*help_cmd.func)(0, NULL); in DoInteractive()
H A Dngctl.h81 extern const struct ngcmd help_cmd;
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-decode.h226 extern void help_cmd (char *, struct ui_file *);
H A Dcli-cmds.c241 help_cmd (command, gdb_stdout); in help_command()
H A Dcli-decode.c917 help_cmd (char *command, struct ui_file *stream) in help_cmd() function