Home
last modified time | relevance | path

Searched refs:tui_is_window_visible (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-hooks.c65 if (!tui_is_window_visible (DATA_WIN)) in tui_register_changed()
134 if (tui_is_window_visible (DATA_WIN)) in tui_refresh_frame_and_register_information()
Dtui.h64 extern bool tui_is_window_visible (enum tui_win_type type);
Dtui-status.c317 if (tui_is_window_visible (STATUS_WIN)) in tui_show_status_content()
Dtui.c582 tui_is_window_visible (enum tui_win_type type) in tui_is_window_visible() function
DChangeLog-1998-200399 (tui_is_window_visible, tui_get_command_dimension): Test
697 (tui_is_window_visible): Declare.
699 (tui_is_window_visible): New function.
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c1518 if (tui_is_window_visible (DISASSEM_WIN)) in print_disassembly()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201944 (tui_is_window_visible): Update.
5832 * tui/tui.c (tui_is_window_visible): Update.
8938 (tui_is_window_visible, tui_get_command_dimension): Update.
9105 * tui/tui.h (tui_is_window_visible): Return bool.
9106 * tui/tui.c (tui_is_window_visible): Return bool.
DChangeLog-20217167 * tui/tui.c (tui_is_window_visible): Compare to nullptr, not 0.
DChangeLog-20013644 use tui_is_window_visible, tui_show_assembly.