Fri Mar 24 12:10:38 2000 glen mccready <gkm@pobox.com>

* command.c, command.h (help_all): Add functionality to display
        a complete listing of available commands.
This commit is contained in:
Glen McCready
2000-04-20 23:51:01 +00:00
parent aa15f6f7b0
commit 49a5a3a3e3
3 changed files with 34 additions and 0 deletions

View File

@ -284,6 +284,8 @@ extern void help_list (struct cmd_list_element *, char *,
extern void help_cmd_list (struct cmd_list_element *, enum command_class,
char *, int, struct ui_file *);
extern void help_all (struct ui_file *);
extern struct cmd_list_element *
add_set_cmd PARAMS ((char *, enum command_class, var_types, char *, char *,
struct cmd_list_element **));