HomeSort by: relevance | last modified time | path
    Searched refs:layout_root (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/tmux/dist/
layout-set.c 133 layout_print_cell(w->layout_root, __func__, 1);
142 lc = w->layout_root = layout_create_cell(NULL);
173 layout_print_cell(w->layout_root, __func__, 1);
201 layout_print_cell(w->layout_root, __func__, 1);
246 lc = w->layout_root = layout_create_cell(NULL);
283 layout_print_cell(w->layout_root, __func__, 1);
299 layout_print_cell(w->layout_root, __func__, 1);
344 lc = w->layout_root = layout_create_cell(NULL);
381 layout_print_cell(w->layout_root, __func__, 1);
397 layout_print_cell(w->layout_root, __func__, 1)
    [all...]
resize.c 49 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);
layout.c 233 struct layout_cell *lc = w->layout_root;
247 while (lc != w->layout_root) {
263 while (lc != w->layout_root) {
521 lc = w->layout_root = layout_create_cell(NULL);
530 layout_free_cell(w->layout_root);
537 struct layout_cell *lc = w->layout_root;
923 lc = wp->window->layout_root;
1038 wp->window->layout_root = lcparent;
1089 layout_destroy_cell(w, wp->layout_cell, &w->layout_root);
1092 if (w->layout_root != NULL)
    [all...]
cmd-select-layout.c 93 w->old_layout = layout_dump(w->layout_root);
layout-custom.c 240 layout_free_cell(w->layout_root);
241 w->layout_root = lc;
cmd-resize-pane.c 183 lc = layout_search_by_border(w->layout_root, lx + offsets[i][0],
control-notify.c 67 if (w->layout_root == NULL)
window.c 313 w->layout_root = NULL;
346 if (w->layout_root != NULL)
347 layout_free_cell(w->layout_root);
672 w->saved_layout_root = w->layout_root;
690 w->layout_root = w->saved_layout_root;
format.c 825 return (layout_dump(w->layout_root));
837 return (layout_dump(w->layout_root));
tmux.h 1276 struct layout_cell *layout_root; member in struct:window

Completed in 36 milliseconds