Searched refs:layout_resize_check (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/tmux/dist/ |
H A D | layout.c | 36 static u_int layout_resize_check(struct window *, struct layout_cell *, 335 layout_resize_check(struct window *w, struct layout_cell *lc, in layout_resize_check() function 363 available += layout_resize_check(w, lcchild, type); in layout_resize_check() 368 available = layout_resize_check(w, lcchild, type); in layout_resize_check() 418 if (layout_resize_check(w, lcchild, type) > 0) { in layout_resize_adjust() 515 xlimit = layout_resize_check(w, lc, LAYOUT_LEFTRIGHT); in layout_resize() 529 ylimit = layout_resize_check(w, lc, LAYOUT_TOPBOTTOM); in layout_resize() 646 size = layout_resize_check(w, lcremove, type); in layout_resize_pane_grow() 656 size = layout_resize_check(w, lcremove, type); in layout_resize_pane_grow() 684 size = layout_resize_check(w, lcremove, type); in layout_resize_pane_shrink() [all …]
|