Home
last modified time | relevance | path

Searched refs:show_cmd (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/usr.sbin/ngctl/
Dngctl.h69 extern const struct ngcmd show_cmd;
Dlist.c124 if ((rtn = (*show_cmd.func)(2, argv)) != CMDRTN_OK) in ListCmd()
Dshow.c54 const struct ngcmd show_cmd = { variable
Dmain.c102 &show_cmd,
/freebsd-10-stable/contrib/gdb/gdb/cli/
Dcli-setshow.c256 else if (c->type == show_cmd) in do_setshow_command()
372 if (list->type == show_cmd) in cmd_show_list()
Dcli-decode.h37 show_cmd
Dcli-decode.c309 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/
Dcommand.h50 show_cmd enumerator
Dtop.c736 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
Dremote.c649 struct cmd_list_element *show_cmd; in add_packet_config_cmd() local