Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-setshow.c256 else if (c->type == show_cmd) in do_setshow_command()
374 if (list->type == show_cmd) in cmd_show_list()
H A Dcli-decode.h37 show_cmd
H A Dcli-decode.c309 gdb_assert (type == set_cmd || type == show_cmd); in add_set_or_show_cmd()
360 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var, in add_setshow_cmd_full()
584 return add_set_or_show_cmd (setcmd->name, show_cmd, setcmd->class, in deprecated_add_show_from_set()
/openbsd-src/usr.bin/top/
H A Dmachine.c419 int show_idle, show_system, show_threads, show_uid, show_pid, show_cmd; in get_process_info() local
454 show_cmd = sel->command != NULL; in get_process_info()
484 (!show_cmd || cmd_matches(pp, sel->command))) { in get_process_info()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcommand.h50 show_cmd enumerator
H A Dtop.c726 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
H A Dremote.c643 struct cmd_list_element *show_cmd; in add_packet_config_cmd() local