Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-layout.c429 enum tui_register_display_type dpy_type = TUI_UNDEFINED_REGS; in tui_set_layout_for_display_command() local
474 dpy_type = TUI_SFLOAT_REGS; in tui_set_layout_for_display_command()
476 dpy_type = in tui_set_layout_for_display_command()
481 dpy_type = TUI_GENERAL_AND_SPECIAL_REGS; in tui_set_layout_for_display_command()
483 dpy_type = TUI_GENERAL_REGS; in tui_set_layout_for_display_command()
485 dpy_type = TUI_SPECIAL_REGS; in tui_set_layout_for_display_command()
490 dpy_type in tui_set_layout_for_display_command()
493 dpy_type = TUI_GENERAL_REGS; in tui_set_layout_for_display_command()
512 tui_set_layout (new_layout, dpy_type); in tui_set_layout_for_display_command()