Searched refs:show_cmd (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/usr.sbin/ngctl/ |
| D | ngctl.h | 69 extern const struct ngcmd show_cmd;
|
| D | list.c | 124 if ((rtn = (*show_cmd.func)(2, argv)) != CMDRTN_OK) in ListCmd()
|
| D | show.c | 54 const struct ngcmd show_cmd = { variable
|
| D | main.c | 102 &show_cmd,
|
| /freebsd-10-stable/contrib/gdb/gdb/cli/ |
| D | cli-setshow.c | 256 else if (c->type == show_cmd) in do_setshow_command() 372 if (list->type == show_cmd) in cmd_show_list()
|
| D | cli-decode.h | 37 show_cmd
|
| D | cli-decode.c | 309 gdb_assert (type == set_cmd || type == show_cmd); in add_set_or_show_cmd() 344 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var, in add_setshow_cmd_full() 498 return add_set_or_show_cmd (setcmd->name, show_cmd, setcmd->class, in add_show_from_set()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | command.h | 50 show_cmd enumerator
|
| D | top.c | 736 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
|
| D | remote.c | 649 struct cmd_list_element *show_cmd; in add_packet_config_cmd() local
|