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

/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-layout.c129 UNDEFINED_LAYOUT, then the data window is populated according to
137 if (layout_type != UNDEFINED_LAYOUT || regs_display_type != TUI_UNDEFINED_REGS)
139 enum tui_layout_type cur_layout = tui_current_layout (), new_layout = UNDEFINED_LAYOUT;
147 if (layout_type == UNDEFINED_LAYOUT &&
415 enum tui_layout_type new_layout = UNDEFINED_LAYOUT;
606 if (new_layout == UNDEFINED_LAYOUT)
611 if (new_layout == UNDEFINED_LAYOUT)
631 if (new_layout == UNDEFINED_LAYOUT)
H A Dtui-data.h126 UNDEFINED_LAYOUT enumerator in enum:tui_layout_type
H A Dtui-data.c42 static enum tui_layout_type current_layout = UNDEFINED_LAYOUT;

Completed in 93 milliseconds