Searched refs:cmd_find_from_winlink_pane (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/bsd/tmux/dist/ |
H A D | cmd-split-window.c | 198 cmd_find_from_winlink_pane(current, wl, new_wp, 0); in cmd_split_window_exec() 211 cmd_find_from_winlink_pane(&fs, wl, new_wp, 0); in cmd_split_window_exec()
|
H A D | cmd-attach-session.c | 97 cmd_find_from_winlink_pane(current, wl, wp, 0); in cmd_attach_session()
|
H A D | cmd-rotate-window.c | 110 cmd_find_from_winlink_pane(current, wl, wp, 0); in cmd_rotate_window_exec()
|
H A D | cmd-select-pane.c | 231 cmd_find_from_winlink_pane(current, wl, wp, 0); in cmd_select_pane_exec()
|
H A D | cmd-find.c | 791 cmd_find_from_winlink_pane(struct cmd_find_state *fs, struct winlink *wl, in cmd_find_from_winlink_pane() function
|
H A D | window-tree.c | 1034 cmd_find_from_winlink_pane(fs, wl, wp, 0); in window_tree_get_target()
|
H A D | tmux.h | 2409 void cmd_find_from_winlink_pane(struct cmd_find_state *,
|