Searched refs:layout_cell (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | 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) in layout_create_cell() 53 struct layout_cell *lc; in layout_create_cell() 73 layout_free_cell(struct layout_cell *lc) in layout_free_cell() [all …]
|
| D | cmd-rotate-window.c | 52 struct layout_cell *lc; in cmd_rotate_window_exec() 62 lc = wp->layout_cell; in cmd_rotate_window_exec() 68 wp->layout_cell = wp2->layout_cell; in cmd_rotate_window_exec() 69 if (wp->layout_cell != NULL) in cmd_rotate_window_exec() 70 wp->layout_cell->wp = wp; in cmd_rotate_window_exec() 74 wp->layout_cell = lc; in cmd_rotate_window_exec() 75 if (wp->layout_cell != NULL) in cmd_rotate_window_exec() 76 wp->layout_cell->wp = wp; in cmd_rotate_window_exec() 87 lc = wp->layout_cell; in cmd_rotate_window_exec() 93 wp->layout_cell = wp2->layout_cell; in cmd_rotate_window_exec() [all …]
|
| D | 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) in layout_find_bottomright() 61 layout_dump(struct layout_cell *root) in layout_dump() 75 layout_append(struct layout_cell *lc, char *buf, size_t len) in layout_append() 77 struct layout_cell *lcchild; in layout_append() 121 layout_check(struct layout_cell *lc) in layout_check() [all …]
|
| D | cmd-swap-pane.c | 53 struct layout_cell *src_lc, *dst_lc; in cmd_swap_pane_exec() 95 src_lc = src_wp->layout_cell; in cmd_swap_pane_exec() 96 dst_lc = dst_wp->layout_cell; in cmd_swap_pane_exec() 98 dst_wp->layout_cell = src_lc; in cmd_swap_pane_exec() 100 src_wp->layout_cell = dst_lc; in cmd_swap_pane_exec()
|
| D | tmux.h | 1109 struct layout_cell *layout_cell; member 1110 struct layout_cell *saved_layout_cell; 1206 struct layout_cell *layout_root; 1207 struct layout_cell *saved_layout_root; 1283 TAILQ_HEAD(layout_cells, layout_cell); 1286 struct layout_cell { struct 1289 struct layout_cell *parent; argument 1300 TAILQ_ENTRY(layout_cell) entry; argument 2107 struct layout_cell *lc; 3175 u_int layout_count_cells(struct layout_cell *); [all …]
|
| D | layout-set.c | 130 struct layout_cell *lc, *lcnew; in layout_set_even() 196 struct layout_cell *lc, *lcmain, *lcother, *lcchild; in layout_set_main_h() 294 struct layout_cell *lc, *lcmain, *lcother, *lcchild; in layout_set_main_h_mirrored() 392 struct layout_cell *lc, *lcmain, *lcother, *lcchild; in layout_set_main_v() 490 struct layout_cell *lc, *lcmain, *lcother, *lcchild; in layout_set_main_v_mirrored() 588 struct layout_cell *lc, *lcrow, *lcchild; in layout_set_tiled()
|
| D | cmd-join-pane.c | 77 struct layout_cell *lc; in cmd_join_pane_exec()
|
| D | cmd-split-window.c | 66 struct layout_cell *lc; in cmd_split_window_exec()
|
| D | cmd-resize-pane.c | 160 struct layout_cell *cells[nitems(offsets)], *lc; in cmd_resize_pane_mouse_update()
|
| D | window.c | 663 wp1->saved_layout_cell = wp1->layout_cell; in window_zoom() 664 wp1->layout_cell = NULL; in window_zoom() 689 wp->layout_cell = wp->saved_layout_cell; in window_unzoom()
|
| D | popup.c | 343 struct layout_cell *lc; in popup_make_pane()
|
| D | screen-write.c | 142 if (wp->layout_cell == NULL) in screen_write_set_client_cb()
|
| D | tty.c | 1618 if (wp->layout_cell == NULL) in tty_set_client_cb()
|
| D | CHANGES | 1770 * Fix crash due to uninitialized lastwp member of layout_cell
|