Home
last modified time | relevance | path

Searched refs:show_command (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sbin/nvmecontrol/
H A Dpassthru.c65 bool show_command; member
91 .show_command = false,
145 ARG("show-command", 's', arg_none, opt, show_command,
197 if (opt.show_command) { in passthru()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-cmds.c69 static void show_command (char *, int);
200 show_command (char *arg, int from_tty) in show_command() function
1147 add_prefix_cmd ("show", class_info, show_command, in init_cli_cmds()
1151 add_info ("set", show_command, "Show all GDB settings."); in init_cli_cmds()