Lines Matching defs:windows
58 struct windows windows;
76 RB_GENERATE(windows, window, entry, window_cmp);
226 wl = RB_MIN(winlinks, &s->windows);
237 wl = RB_MAX(winlinks, &s->windows);
284 return (RB_FIND(windows, &windows, &w));
328 RB_INSERT(windows, &windows, w);
344 RB_REMOVE(windows, &windows, w);
1614 if (winlink_find_by_index(&s->windows, last) == NULL)
1622 wl = winlink_find_by_index(&s->windows, last - 1);
1623 RB_REMOVE(winlinks, &s->windows, wl);
1625 RB_INSERT(winlinks, &s->windows, wl);