/netbsd-src/external/bsd/top/dist/machine/ |
H A D | m_netbsd.c | 656 char *show_command; in get_proc_info() local 696 show_command = sel->command; in get_proc_info() 718 (!show_command || in get_proc_info() 720 show_command) != NULL)) { in get_proc_info() 759 char *show_command; in get_lwp_info() local 811 show_command = sel->command; in get_lwp_info() 836 (!show_command || in get_lwp_info() 839 show_command) != NULL))) { in get_lwp_info()
|
H A D | m_hpux7.c | 470 int show_command; local 482 show_command = sel->command != NULL;
|
H A D | m_hpux8.c | 428 int show_command; local 449 show_command = sel->command != NULL;
|
H A D | m_sunos4.c | 583 int show_command; local 595 show_command = sel->command != NULL;
|
H A D | m_macosx.c | 505 int show_command; in get_process_info() local 584 show_command = sel->command != NULL; in get_process_info()
|
H A D | m_hpux9.c | 440 int show_command; local 461 show_command = sel->command != NULL;
|
H A D | m_freebsd.c | 1167 char *show_command; in get_process_info() local 1219 show_command = sel->command; in get_process_info() 1330 (show_command == NULL || in get_process_info() 1331 strcasestr(PP(pp, comm), show_command) != NULL)) in get_process_info()
|
H A D | m_linux.c | 892 char *show_command = sel->command; in get_process_info() local 1033 (show_command == NULL || in get_process_info() 1034 strstr(proc->name, show_command) != NULL)) in get_process_info()
|
H A D | m_decosf1.c | 481 int show_command; local 489 show_command = sel->command != NULL;
|
H A D | m_sunos5.c | 1509 char *show_command; in get_process_info() local 1520 show_command = sel->command; in get_process_info() 1584 (show_command == NULL || in get_process_info() 1585 strstr(pp->pr_fname, show_command) != NULL)) in get_process_info()
|
H A D | m_sco5.c | 485 int show_command = sel->command != NULL; in get_process_info() local
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1990 | 2774 main.c (show_command, show_history): New functions.
|
H A D | ChangeLog-2017 | 3443 * cli/cli-cmds.c (show_command): Remove non-const overload. 5684 * cli/cli-cmds.c (info_command, show_command, set_debug) 5686 (show_command): Add non-const overload.
|
H A D | ChangeLog-1991 | 5044 * main.c (show_command): Show all settings if no arg.
|
H A D | ChangeLog-2000 | 464 (error_no_arg, info_command, show_command, help_command, show_version,
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1990 | 2774 main.c (show_command, show_history): New functions.
|
H A D | ChangeLog-2017 | 3443 * cli/cli-cmds.c (show_command): Remove non-const overload. 5684 * cli/cli-cmds.c (info_command, show_command, set_debug) 5686 (show_command): Add non-const overload.
|
H A D | ChangeLog-2021 | 161 show_command>: Remove.
|
H A D | ChangeLog-1991 | 5044 * main.c (show_command): Show all settings if no arg.
|
H A D | ChangeLog-2000 | 464 (error_no_arg, info_command, show_command, help_command, show_version,
|
H A D | ChangeLog-2020 | 12496 (info_command, show_command, set_debug, show_debug): Remove.
|