Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c656 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 Dm_hpux7.c470 int show_command; local
482 show_command = sel->command != NULL;
H A Dm_hpux8.c428 int show_command; local
449 show_command = sel->command != NULL;
H A Dm_sunos4.c583 int show_command; local
595 show_command = sel->command != NULL;
H A Dm_macosx.c505 int show_command; in get_process_info() local
584 show_command = sel->command != NULL; in get_process_info()
H A Dm_hpux9.c440 int show_command; local
461 show_command = sel->command != NULL;
H A Dm_freebsd.c1167 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 Dm_linux.c892 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 Dm_decosf1.c481 int show_command; local
489 show_command = sel->command != NULL;
H A Dm_sunos5.c1509 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 Dm_sco5.c485 int show_command = sel->command != NULL; in get_process_info() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19902774 main.c (show_command, show_history): New functions.
H A DChangeLog-20173443 * 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 DChangeLog-19915044 * main.c (show_command): Show all settings if no arg.
H A DChangeLog-2000464 (error_no_arg, info_command, show_command, help_command, show_version,
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19902774 main.c (show_command, show_history): New functions.
H A DChangeLog-20173443 * 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 DChangeLog-2021161 show_command>: Remove.
H A DChangeLog-19915044 * main.c (show_command): Show all settings if no arg.
H A DChangeLog-2000464 (error_no_arg, info_command, show_command, help_command, show_version,
H A DChangeLog-202012496 (info_command, show_command, set_debug, show_debug): Remove.