Lines Matching defs:FirstWindow
64 static struct window *FirstWindow = NULL;
76 for (w = FirstWindow; w; w = w->next) {
88 for (w = FirstWindow; w; w = w->next) {
100 for (win = FirstWindow; win; win = win->next) {
106 FirstWindow = win->next;
121 while (FirstWindow)
122 KillWindow(FirstWindow);
417 for (w = FirstWindow; w; w = w->next) {
490 if (FirstWindow == NULL)
559 w->next = FirstWindow;
560 FirstWindow = w;