GDB (xrefs)
|
#include "command.h"
Go to the source code of this file.
Classes | |
struct | cmd_list_element |
Functions | |
void | help_cmd_list (struct cmd_list_element *, enum command_class, const char *, int, struct ui_file *) |
void | help_cmd (const char *, struct ui_file *) |
void | apropos_cmd (struct ui_file *, struct cmd_list_element *, struct re_pattern_buffer *, const char *) |
void | not_just_help_class_command (char *arg, int from_tty) |
void | print_doc_line (struct ui_file *, const char *) |
int | cli_user_command_p (struct cmd_list_element *) |
Variables | |
const char *const | auto_boolean_enums [] |
void apropos_cmd | ( | struct ui_file * | , |
struct cmd_list_element * | , | ||
struct re_pattern_buffer * | , | ||
const char * | |||
) |
Definition at line 893 of file cli-decode.c.
References cmd_list_element::abbrev_flag, apropos_cmd(), cmd_list_element::doc, cmd_list_element::name, cmd_list_element::next, cmd_list_element::prefixlist, cmd_list_element::prefixname, and print_help_for_command().
Referenced by apropos_cmd(), and apropos_command().
int cli_user_command_p | ( | struct cmd_list_element * | ) |
Definition at line 1892 of file cli-decode.c.
References class_user, do_cfunc(), do_sfunc(), cmd_list_element::func, and cmd_list_element::theclass.
Referenced by show_user().
Definition at line 948 of file cli-decode.c.
References all_classes, all_commands, cmdlist, cmd_list_element::doc, fprintf_filtered(), fputs_filtered(), cmd_list_element::func, help_all(), help_list(), cmd_list_element::hook_post, cmd_list_element::hook_pre, lookup_cmd(), cmd_list_element::name, cmd_list_element::prefixlist, cmd_list_element::prefixname, and cmd_list_element::theclass.
Referenced by help_command().
void help_cmd_list | ( | struct cmd_list_element * | , |
enum | command_class, | ||
const char * | , | ||
int | , | ||
struct ui_file * | |||
) |
Definition at line 1190 of file cli-decode.c.
References cmd_list_element::abbrev_flag, all_classes, all_commands, class_user, cmd_list_element::func, help_cmd_list(), cmd_list_element::next, cmd_list_element::prefixlist, cmd_list_element::prefixname, print_help_for_command(), and cmd_list_element::theclass.
Referenced by help_all(), help_cmd_list(), help_list(), and print_help_for_command().
void not_just_help_class_command | ( | char * | arg, |
int | from_tty | ||
) |
Definition at line 383 of file cli-decode.c.
Definition at line 1122 of file cli-decode.c.
References fputs_filtered(), line_buffer, xfree(), and xmalloc().
Referenced by deprecated_show_value_hack(), and print_help_for_command().
Definition at line 509 of file cli-decode.c.
Referenced by add_setshow_auto_boolean_cmd(), and do_set_command().