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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.h51 SRC_WIN = 0, enumerator in enum:tui_win_type
H A Dtui-data.h186 #define TUI_SRC_WIN ((tui_source_window *) tui_win_list[SRC_WIN])
H A Dtui-hooks.c150 tui_add_win_to_layout (SRC_WIN);
H A Dtui-layout.c85 for (int win_type = SRC_WIN; (win_type < MAX_MAJOR_WINDOWS); win_type++)
158 gdb_assert (type == SRC_WIN || type == DISASSEM_WIN);
166 enum tui_win_type other = type == SRC_WIN ? DISASSEM_WIN : SRC_WIN;
170 const char *name = type == SRC_WIN ? SRC_NAME : DISASSEM_NAME;
384 make_standard_window<SRC_WIN,
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.h52 SRC_WIN = 0, enumerator in enum:tui_win_type
H A Dtui-hooks.c140 tui_add_win_to_layout (SRC_WIN);
H A Dtui-data.h293 (gdb::checked_static_cast<tui_source_window *> (tui_win_list[SRC_WIN]))
H A Dtui-layout.c76 for (int win_type = SRC_WIN; (win_type < MAX_MAJOR_WINDOWS); win_type++)
145 gdb_assert (type == SRC_WIN || type == DISASSEM_WIN);
153 enum tui_win_type other = type == SRC_WIN ? DISASSEM_WIN : SRC_WIN;
157 const char *name = type == SRC_WIN ? SRC_NAME : DISASSEM_NAME;
360 make_standard_window<SRC_WIN,

Completed in 243 milliseconds