Lines Matching +defs:var +defs:cmd +defs:c

55 do_cfunc (struct cmd_list_element *c, char *args, int from_tty)  in do_cfunc()
61 set_cmd_cfunc (struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc) in set_cmd_cfunc()
71 do_sfunc (struct cmd_list_element *c, char *args, int from_tty) in do_sfunc()
77 set_cmd_sfunc (struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc) in set_cmd_sfunc()
87 cmd_cfunc_eq (struct cmd_list_element *cmd, in cmd_cfunc_eq()
94 set_cmd_context (struct cmd_list_element *cmd, void *context) in set_cmd_context()
100 get_cmd_context (struct cmd_list_element *cmd) in get_cmd_context()
106 cmd_type (struct cmd_list_element *cmd) in cmd_type()
112 set_cmd_completer (struct cmd_list_element *cmd, in set_cmd_completer()
140 struct cmd_list_element *c in add_cmd() local
201 deprecate_cmd (struct cmd_list_element *cmd, char *replacement) in deprecate_cmd()
220 struct cmd_list_element *c; in add_alias_cmd() local
254 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list); in add_prefix_cmd() local
269 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list); in add_abbrev_prefix_cmd() local
287 empty_sfunc (char *args, int from_tty, struct cmd_list_element *c) in empty_sfunc()
304 void *var, in add_set_or_show_cmd()
308 struct cmd_list_element *c = add_cmd (name, class, NULL, doc, list); in add_set_or_show_cmd() local
331 var_types var_type, void *var, in add_setshow_cmd_full()
375 void *var, in add_set_cmd()
394 const char **var, in add_set_enum_cmd()
398 struct cmd_list_element *c in add_set_enum_cmd() local
414 const char **var, in add_setshow_enum_cmd()
424 struct cmd_list_element *c; in add_setshow_enum_cmd() local
440 enum auto_boolean *var, in add_setshow_auto_boolean_cmd()
449 struct cmd_list_element *c; in add_setshow_auto_boolean_cmd() local
463 add_setshow_boolean_cmd (char *name, enum command_class class, int *var, in add_setshow_boolean_cmd()
472 struct cmd_list_element *c; in add_setshow_boolean_cmd() local
485 char **var, in add_setshow_filename_cmd()
504 char **var, in add_setshow_string_cmd()
525 unsigned int *var, in add_setshow_uinteger_cmd()
546 int *var, in add_setshow_zinteger_cmd()
593 struct cmd_list_element *c; in delete_cmd() local
670 struct cmd_list_element *c; in apropos_cmd() local
730 struct cmd_list_element *c; in help_cmd() local
856 struct cmd_list_element *c; in help_all() local
923 struct cmd_list_element *c; in help_cmd_list() local
952 struct cmd_list_element *found, *c; in find_cmd() local
1013 struct cmd_list_element *found, *c; in lookup_cmd_1() local
1174 struct cmd_list_element *c = in lookup_cmd() local
1295 struct cmd_list_element *cmd = NULL; in deprecated_cmd_warning() local
1296 struct cmd_list_element *c; in deprecated_cmd_warning() local
1371 struct cmd_list_element **cmd) in lookup_cmd_composition()
1616 cmd_func_p (struct cmd_list_element *cmd) in cmd_func_p()
1624 cmd_func (struct cmd_list_element *cmd, char *args, int from_tty) in cmd_func()