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

/openbsd-current/usr.bin/tmux/
H A Dsession.c651 struct winlinks old_windows, *ww; local
667 memcpy(&old_windows, &s->windows, sizeof old_windows);
697 while (!RB_EMPTY(&old_windows)) {
698 wl = RB_ROOT(&old_windows);
702 winlink_remove(&old_windows, wl);

Completed in 83 milliseconds