Searched refs:session_set_current (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-switch-client.c129 session_set_current(s, wl);
H A Dsession.c428 return (session_set_current(s, wl));
459 return (session_set_current(s, wl));
469 return (session_set_current(s, wl));
484 return (session_set_current(s, wl));
489 session_set_current(struct session *s, struct winlink *wl) function
H A Dcmd-attach-session.c95 session_set_current(s, wl);
H A Dcmd-new-window.c90 if (session_set_current(s, new_wl) == 0)
H A Dtmux.h3308 int session_set_current(struct session *, struct winlink *);

Completed in 115 milliseconds