Searched refs:tui_current_layout (Results 1 – 7 of 7) sorted by relevance
80 enum tui_layout_type cur_layout = tui_current_layout (); in show_layout()139 enum tui_layout_type cur_layout = tui_current_layout (), new_layout = UNDEFINED_LAYOUT; in tui_set_layout()267 enum tui_layout_type cur_layout = tui_current_layout (); in tui_add_win_to_layout()417 enum tui_layout_type cur_layout = tui_current_layout (); in tui_set_layout_for_display_command()512 enum tui_layout_type cur_layout = tui_current_layout (); in extract_display_start_addr()605 new_layout = tui_current_layout (); in next_layout()625 new_layout = tui_current_layout (); in prev_layout()713 if (tui_current_layout () != SRC_DISASSEM_COMMAND) in show_source_disasm_command()988 if (tui_current_layout () != layout_type) in show_source_or_disasm_and_command()
119 tui_current_layout () != SRC_DISASSEM_COMMAND) in tui_update_source_window_as_is()139 switch (tui_current_layout ()) in tui_update_source_windows_with_addr()177 switch (tui_current_layout ()) in tui_update_source_windows_with_line()187 if (tui_current_layout () == SRC_DISASSEM_COMMAND) in tui_update_source_windows_with_line()
282 if (tui_current_layout () != SRC_DISASSEM_COMMAND && win_with_focus == TUI_SRC_WIN) in tui_show_disassem()296 if (tui_current_layout () == SRC_DISASSEM_COMMAND) in tui_show_disassem_and_update_source()
142 new_layout = tui_current_layout (); in tui_rl_change_windows()190 new_layout = tui_current_layout (); in tui_rl_delete_other_windows()
323 extern enum tui_layout_type tui_current_layout (void);
613 enum tui_layout_type cur_layout = tui_current_layout (); in tui_resize_all()1081 enum tui_layout_type cur_layout = tui_current_layout (); in tui_adjust_win_heights()1350 enum tui_layout_type cur_layout = tui_current_layout (); in new_height_ok()
295 tui_current_layout (void) in tui_current_layout() function