Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui.c65 int tui_active = 0; variable
98 if (tui_active) in tui_rl_switch_mode()
134 if (!tui_active) in tui_rl_change_windows()
137 if (tui_active) in tui_rl_change_windows()
182 if (!tui_active) in tui_rl_delete_other_windows()
185 if (tui_active) in tui_rl_delete_other_windows()
219 if (!tui_active) in tui_rl_other_window()
272 if (!tui_active) in tui_rl_next_keymap()
367 if (tui_active) in tui_enable()
413 tui_active = 1; in tui_enable()
[all …]
Dtui-hooks.c62 if (tui_active) in tui_new_objfile_hook()
208 if (tui_active) in tui_target_wait_hook()
218 if (tui_active) in tui_target_wait_hook()
Dtui-interp.c92 tui_start_enabled = tui_active; in tui_suspend()
157 if (tui_active) in tui_command_loop()
Dtui.h91 extern int tui_active;
Dtui-io.c304 if (size > 0 && tui_active) in tui_readline_output()
570 if (tui_active) in tui_cont_sig()
Dtui-win.c425 tui_active ? TUI_CMD_WIN->generic.width : screenwidth); in tui_update_gdb_sizes()
428 tui_active ? TUI_CMD_WIN->generic.height : screenheight); in tui_update_gdb_sizes()
/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-cmds.c856 if (tui_active) in disassemble_command()
871 if (tui_active) in disassemble_command()
Dcli-decode.c941 (tui_active && in lookup_cmd_1()
1315 (tui_active && in lookup_cmd_composition()
/freebsd-12-stable/contrib/gdb/gdb/
Dprintcmd.c1357 if (tui_active && exp != NULL && *exp == '$') in display_command()