Home
last modified time | relevance | path

Searched refs:options_set_parent (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dcmd-swap-pane.c103 options_set_parent(src_wp->options, dst_w->options); in cmd_swap_pane_exec()
106 options_set_parent(dst_wp->options, src_w->options); in cmd_swap_pane_exec()
Dcmd-join-pane.c152 options_set_parent(src_wp->options, dst_w->options); in cmd_join_pane_exec()
Dcmd-break-pane.c101 options_set_parent(wp->options, w->options); in cmd_break_pane_exec()
Doptions.c198 options_set_parent(struct options *oo, struct options *parent) in options_set_parent() function
Dtmux.h2309 void options_set_parent(struct options *, struct options *);