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

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dunwind-bad-2.d1 #name: C6X unwinding bad frame layouts
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dnew-layout.exp65 set layouts \
92 # Now create the layouts.
93 foreach layout $layouts {
109 foreach_with_prefix layout $layouts {
H A Dempty.exp35 set layouts {
84 foreach layout $layouts {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
H A Dempty.exp35 set layouts {
84 foreach layout $layouts {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-layout.c50 /* The layouts. */
51 static std::vector<std::unique_ptr<tui_layout_split>> layouts; variable
59 /* The two special "regs" layouts. Note that these aren't registered
158 /* Find LAYOUT in the "layouts" global and return its index. */
163 for (size_t i = 0; i < layouts.size (); ++i)
165 if (layout == layouts[i].get ())
192 if (index == layouts.size ())
194 tui_set_layout (layouts[index].get ());
211 tui_set_layout (layouts[0].get ());
222 index = layouts
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-layout.c51 /* The layouts. */
52 static std::vector<std::unique_ptr<tui_layout_split>> layouts; variable
60 /* The two special "regs" layouts. Note that these aren't registered
175 /* Find LAYOUT in the "layouts" global and return its index. */
180 for (size_t i = 0; i < layouts.size (); ++i)
182 if (layout == layouts[i].get ())
207 if (index == layouts.size ())
209 tui_set_layout (layouts[index].get ());
226 tui_set_layout (layouts[0].get ());
237 index = layouts
[all...]
/netbsd-current/usr.sbin/diskpart/
H A Ddiskpart.c80 static char layouts[NLAYOUTS][NPARTITIONS] = { variable
257 for (lp = layouts[layout]; *lp != 0; lp++) {
/netbsd-current/external/bsd/tmux/dist/
H A Dstatus.c1630 const char *layouts[] = { local
1668 for (layout = layouts; *layout != NULL; layout++) {

Completed in 286 milliseconds