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

/openbsd-current/usr.bin/tmux/
H A Dsession.c692 wl2->flags |= WINLINK_VISITED;
742 wl->flags &= ~WINLINK_VISITED;
746 wl_new->flags |= WINLINK_VISITED;
H A Dwindow.c251 wl->flags |= WINLINK_VISITED;
257 if (wl != NULL && (wl->flags & WINLINK_VISITED)) {
259 wl->flags &= ~WINLINK_VISITED;
H A Dtmux.h1178 #define WINLINK_VISITED 0x8 macro

Completed in 93 milliseconds