Searched refs:cmd_find_from_winlink (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.bin/tmux/ |
H A D | cmd-new-window.c | 138 cmd_find_from_winlink(current, new_wl, 0); in cmd_new_window_exec() 152 cmd_find_from_winlink(&fs, new_wl, 0); in cmd_new_window_exec()
|
H A D | cmd-attach-session.c | 99 cmd_find_from_winlink(current, wl, 0); in cmd_attach_session()
|
H A D | cmd-select-pane.c | 128 cmd_find_from_winlink(current, wl, 0); in cmd_select_pane_exec()
|
H A D | notify.c | 280 cmd_find_from_winlink(&fs, wl, 0); in notify_winlink()
|
H A D | cmd-find.c | 738 cmd_find_from_winlink(struct cmd_find_state *fs, struct winlink *wl, int flags) in cmd_find_from_winlink() function
|
H A D | tmux.h | 2582 void cmd_find_from_winlink(struct cmd_find_state *,
|