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

  /src/external/bsd/tmux/dist/
cmd-rotate-window.c 52 struct layout_cell *lc;
62 lc = wp->layout_cell;
68 wp->layout_cell = wp2->layout_cell;
69 if (wp->layout_cell != NULL)
70 wp->layout_cell->wp = wp;
74 wp->layout_cell = lc;
75 if (wp->layout_cell != NULL)
76 wp->layout_cell->wp = wp;
87 lc = wp->layout_cell;
    [all...]
layout-custom.c 26 static struct layout_cell *layout_find_bottomright(struct layout_cell *);
28 static int layout_append(struct layout_cell *, char *,
30 static struct layout_cell *layout_construct(struct layout_cell *,
33 struct layout_cell *);
36 static struct layout_cell *
37 layout_find_bottomright(struct layout_cell *lc)
61 layout_dump(struct layout_cell *root)
75 layout_append(struct layout_cell *lc, char *buf, size_t len
    [all...]
layout.c 36 static u_int layout_resize_check(struct window *, struct layout_cell *,
38 static int layout_resize_pane_grow(struct window *, struct layout_cell *,
40 static int layout_resize_pane_shrink(struct window *, struct layout_cell *,
43 struct layout_cell *, enum layout_type, u_int, u_int,
45 static int layout_set_size_check(struct window *, struct layout_cell *,
48 struct layout_cell *);
50 struct layout_cell *
51 layout_create_cell(struct layout_cell *lcparent)
53 struct layout_cell *lc;
73 layout_free_cell(struct layout_cell *lc
    [all...]
cmd-swap-pane.c 53 struct layout_cell *src_lc, *dst_lc;
95 src_lc = src_wp->layout_cell;
96 dst_lc = dst_wp->layout_cell;
98 dst_wp->layout_cell = src_lc;
100 src_wp->layout_cell = dst_lc;
layout-set.c 130 struct layout_cell *lc, *lcnew;
196 struct layout_cell *lc, *lcmain, *lcother, *lcchild;
294 struct layout_cell *lc, *lcmain, *lcother, *lcchild;
392 struct layout_cell *lc, *lcmain, *lcother, *lcchild;
490 struct layout_cell *lc, *lcmain, *lcother, *lcchild;
589 struct layout_cell *lc, *lcrow, *lcchild;
tmux.h 1170 struct layout_cell *layout_cell; member in struct:window_pane
1171 struct layout_cell *saved_layout_cell;
1274 struct layout_cell *layout_root;
1275 struct layout_cell *saved_layout_root;
1368 TAILQ_HEAD(layout_cells, layout_cell);
1371 struct layout_cell { struct
1374 struct layout_cell *parent;
1385 TAILQ_ENTRY(layout_cell) entry;
2224 struct layout_cell *lc
    [all...]
cmd-join-pane.c 77 struct layout_cell *lc;
cmd-resize-pane.c 160 struct layout_cell *cells[nitems(offsets)], *lc;
cmd-split-window.c 66 struct layout_cell *lc;
window.c 668 wp1->saved_layout_cell = wp1->layout_cell;
669 wp1->layout_cell = NULL;
694 wp->layout_cell = wp->saved_layout_cell;
popup.c 343 struct layout_cell *lc;
screen-write.c 142 if (wp->layout_cell == NULL)
tty.c 1660 if (wp->layout_cell == NULL)

Completed in 59 milliseconds