GDB (xrefs)
Classes | Functions | Variables
cli-decode.h File Reference
#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 []
 

Function Documentation

void apropos_cmd ( struct ui_file ,
struct cmd_list_element ,
struct re_pattern_buffer *  ,
const char *   
)
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().

void help_cmd ( const char *  ,
struct ui_file  
)
void help_cmd_list ( struct cmd_list_element ,
enum  command_class,
const char *  ,
int  ,
struct ui_file  
)
void not_just_help_class_command ( char *  arg,
int  from_tty 
)

Definition at line 383 of file cli-decode.c.

void print_doc_line ( struct ui_file ,
const char *   
)

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().

Variable Documentation

const char* const auto_boolean_enums[]

Definition at line 509 of file cli-decode.c.

Referenced by add_setshow_auto_boolean_cmd(), and do_set_command().