Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-layout.c416 enum tui_register_display_type dpy_type = TUI_UNDEFINED_REGS; in tui_set_layout_for_display_command() local
459 dpy_type = TUI_SFLOAT_REGS; in tui_set_layout_for_display_command()
461 dpy_type = in tui_set_layout_for_display_command()
466 dpy_type = TUI_GENERAL_AND_SPECIAL_REGS; in tui_set_layout_for_display_command()
468 dpy_type = TUI_GENERAL_REGS; in tui_set_layout_for_display_command()
470 dpy_type = TUI_SPECIAL_REGS; in tui_set_layout_for_display_command()
475 dpy_type = in tui_set_layout_for_display_command()
478 dpy_type = TUI_GENERAL_REGS; in tui_set_layout_for_display_command()
499 tui_set_layout (new_layout, dpy_type); in tui_set_layout_for_display_command()