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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-layout.c416 enum tui_register_display_type dpy_type = TUI_UNDEFINED_REGS; local
459 dpy_type = TUI_SFLOAT_REGS;
461 dpy_type =
466 dpy_type = TUI_GENERAL_AND_SPECIAL_REGS;
468 dpy_type = TUI_GENERAL_REGS;
470 dpy_type = TUI_SPECIAL_REGS;
475 dpy_type =
478 dpy_type = TUI_GENERAL_REGS;
488 /* dpy_type = TUI_GENERAL_REGS;
499 tui_set_layout (new_layout, dpy_type);
[all...]

Completed in 57 milliseconds