Lines Matching defs:lc
53 struct layout_cell *lc; in layout_create_cell() local
73 layout_free_cell(struct layout_cell *lc) in layout_free_cell()
96 layout_print_cell(struct layout_cell *lc, const char *hdr, u_int n) in layout_print_cell()
130 layout_search_by_border(struct layout_cell *lc, u_int x, u_int y) in layout_search_by_border()
166 layout_set_size(struct layout_cell *lc, u_int sx, u_int sy, u_int xoff, in layout_set_size()
177 layout_make_leaf(struct layout_cell *lc, struct window_pane *wp) in layout_make_leaf()
188 layout_make_node(struct layout_cell *lc, enum layout_type type) in layout_make_node()
203 layout_fix_offsets1(struct layout_cell *lc) in layout_fix_offsets1()
233 struct layout_cell *lc = w->layout_root; in layout_fix_offsets() local
243 layout_cell_is_top(struct window *w, struct layout_cell *lc) in layout_cell_is_top()
259 layout_cell_is_bottom(struct window *w, struct layout_cell *lc) in layout_cell_is_bottom()
278 layout_add_border(struct window *w, struct layout_cell *lc, int status) in layout_add_border()
292 struct layout_cell *lc; in layout_fix_panes() local
314 layout_count_cells(struct layout_cell *lc) in layout_count_cells()
335 layout_resize_check(struct window *w, struct layout_cell *lc, in layout_resize_check()
383 layout_resize_adjust(struct window *w, struct layout_cell *lc, in layout_resize_adjust()
428 layout_destroy_cell(struct window *w, struct layout_cell *lc, in layout_destroy_cell()
480 struct layout_cell *lc; in layout_init() local
498 struct layout_cell *lc = w->layout_root; in layout_resize() local
551 struct layout_cell *lc, *lcparent; in layout_resize_pane_to() local
580 layout_resize_layout(struct window *w, struct layout_cell *lc, in layout_resize_layout()
612 struct layout_cell *lc, *lcparent; in layout_resize_pane() local
634 layout_resize_pane_grow(struct window *w, struct layout_cell *lc, in layout_resize_pane_grow()
675 layout_resize_pane_shrink(struct window *w, struct layout_cell *lc, in layout_resize_pane_shrink()
707 layout_assign_pane(struct layout_cell *lc, struct window_pane *wp, in layout_assign_pane()
719 layout_new_pane_size(struct window *w, u_int previous, struct layout_cell *lc, in layout_new_pane_size()
757 layout_set_size_check(struct window *w, struct layout_cell *lc, in layout_set_size_check()
814 layout_resize_child_cells(struct window *w, struct layout_cell *lc) in layout_resize_child_cells()
872 struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2; in layout_split_pane() local
1055 struct layout_cell *lc; in layout_spread_cell() local