usr.bin/tmux/tmux.h
1519
enum layout_type {
usr.bin/tmux/tmux.h
3795
enum layout_type, int, int);
usr.bin/tmux/tmux.h
3799
void layout_make_node(struct layout_cell *, enum layout_type);
usr.bin/tmux/tmux.h
3807
enum layout_type, int);
usr.bin/tmux/tmux.h
3809
enum layout_type, u_int);
usr.bin/tmux/tmux.h
3814
void layout_resize_pane(struct window_pane *, enum layout_type,
usr.bin/tmux/tmux.h
3816
void layout_resize_pane_to(struct window_pane *, enum layout_type,
usr.bin/tmux/tmux.h
3819
enum layout_type, int, int, char **);
usr.bin/tmux/tmux.h
3821
enum layout_type, u_int, char **);
usr.bin/tmux/tmux.h
3825
struct layout_cell *, enum layout_type);
usr.bin/tmux/tmux.h
3827
enum layout_type, u_int *, u_int *, u_int *);
usr.bin/tmux/tmux.h
3829
struct layout_cell *, enum layout_type);
usr.bin/tmux/tmux.h
3830
struct layout_cell *layout_split_pane(struct window_pane *, enum layout_type,