| /src/lib/libpanel/ |
| Makefile | 44 MLINKS+= new_panel.3 replace_window.3
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-layout.h | 101 virtual void replace_window (const char *name, const char *new_window) = 0; 183 void replace_window (const char *name, const char *new_window) override; 260 void replace_window (const char *name, const char *new_window) override;
|
| tui-layout.c | 155 applied_layout->replace_window (tui_win_list[other]->name (), name); 485 tui_layout_window::replace_window (const char *name, const char *new_window) 1064 tui_layout_split::replace_window (const char *name, const char *new_window) 1067 item.layout->replace_window (name, new_window); 484 tui_layout_window::replace_window (const char *name, const char *new_window) function in class:tui_layout_window 1063 tui_layout_split::replace_window (const char *name, const char *new_window) function in class:tui_layout_split
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-layout.h | 100 virtual void replace_window (const char *name, const char *new_window) = 0; 182 void replace_window (const char *name, const char *new_window) override; 259 void replace_window (const char *name, const char *new_window) override;
|
| tui-layout.c | 155 applied_layout->replace_window (tui_win_list[other]->name (), name); 485 tui_layout_window::replace_window (const char *name, const char *new_window) 1064 tui_layout_split::replace_window (const char *name, const char *new_window) 1067 item.layout->replace_window (name, new_window); 484 tui_layout_window::replace_window (const char *name, const char *new_window) function in class:tui_layout_window 1063 tui_layout_split::replace_window (const char *name, const char *new_window) function in class:tui_layout_split
|