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

/netbsd-current/external/bsd/tmux/dist/
H A Dsession.c38 static struct winlink *session_previous_alert(struct winlink *);
432 session_previous_alert(struct winlink *wl) function
453 wl = session_previous_alert(wl);
456 if (alert && (wl = session_previous_alert(wl)) == NULL)

Completed in 221 milliseconds