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

/openbsd-current/usr.bin/tmux/
H A Dlayout-set.c125 layout_print_cell(w->layout_root, __func__, 1);
134 lc = w->layout_root = layout_create_cell(NULL);
165 layout_print_cell(w->layout_root, __func__, 1);
193 layout_print_cell(w->layout_root, __func__, 1);
238 lc = w->layout_root = layout_create_cell(NULL);
275 layout_print_cell(w->layout_root, __func__, 1);
291 layout_print_cell(w->layout_root, __func__, 1);
336 lc = w->layout_root = layout_create_cell(NULL);
373 layout_print_cell(w->layout_root, __func__, 1);
388 layout_print_cell(w->layout_root, __func_
[all...]
H A Dresize.c49 if (sx < w->layout_root->sx)
50 sx = w->layout_root->sx;
51 if (sy < w->layout_root->sy)
52 sy = w->layout_root->sy;
55 sx, sy, w->layout_root->sx, w->layout_root->sy);
H A Dlayout.c233 struct layout_cell *lc = w->layout_root;
247 while (lc != w->layout_root) {
263 while (lc != w->layout_root) {
482 lc = w->layout_root = layout_create_cell(NULL);
491 layout_free_cell(w->layout_root);
498 struct layout_cell *lc = w->layout_root;
882 lc = wp->window->layout_root;
991 wp->window->layout_root = lcparent;
1042 layout_destroy_cell(w, wp->layout_cell, &w->layout_root);
1045 if (w->layout_root !
[all...]
H A Dcmd-select-layout.c93 w->old_layout = layout_dump(w->layout_root);
H A Dlayout-custom.c240 layout_free_cell(w->layout_root);
241 w->layout_root = lc;
H A Dcontrol-notify.c67 if (w->layout_root == NULL)
H A Dcmd-resize-pane.c183 lc = layout_search_by_border(w->layout_root, lx + offsets[i][0],
H A Dwindow.c313 w->layout_root = NULL;
346 if (w->layout_root != NULL)
347 layout_free_cell(w->layout_root);
660 w->saved_layout_root = w->layout_root;
678 w->layout_root = w->saved_layout_root;
H A Dtmux.h1129 struct layout_cell *layout_root; member in struct:window

Completed in 2312 milliseconds