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

/xsrc/external/mit/ctwm/dist/
H A Dclicktofocus.c15 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
H A Dfunctions_warp.c43 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
52 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
61 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
104 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
H A Dutil.c406 if(Scr->FirstWindow == t) {
419 t->next = Scr->FirstWindow;
420 if(Scr->FirstWindow != NULL) {
421 Scr->FirstWindow->prev = t;
424 Scr->FirstWindow = t;
473 TwmWindow *twm_win = Scr->FirstWindow;
H A Dwindowbox.c147 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
170 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
H A Dworkspace_utils.c156 for(twmWin = Scr->FirstWindow; twmWin != NULL; twmWin = twmWin->next) {
501 for(twmWin = Scr->FirstWindow; twmWin != NULL; twmWin = twmWin->next) {
510 for(twmWin = Scr->FirstWindow; twmWin != NULL; twmWin = twmWin->next) {
H A Dfunctions_misc.c242 for(TwmWindow *t = Scr->FirstWindow; t != NULL; t = t->next) {
H A Dwin_iconify.c543 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
561 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
H A Danimate.c196 for(t = scr->FirstWindow; t != NULL; t = t->next) {
H A Dmask_screen.c249 for(tmp_win = Scr->FirstWindow; tmp_win != NULL; tmp_win = tmp_win->next) {
H A Doccupation.c497 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
505 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
512 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
1326 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
H A Dscreen.h151 TwmWindow *FirstWindow; member in struct:ScreenInfo
H A Dadd_window.c1414 tmp_win->next = Scr->FirstWindow;
1415 if(Scr->FirstWindow != NULL) {
1416 Scr->FirstWindow->prev = tmp_win;
1419 Scr->FirstWindow = tmp_win;
H A Dwin_utils.c575 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
632 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
H A Devent_handlers.c1030 for(Tmp_win = Scr->FirstWindow; Tmp_win != NULL;
1044 for(Tmp_win = Scr->FirstWindow; Tmp_win != NULL;
1059 for(Tmp_win = Scr->FirstWindow; Tmp_win != NULL;
1846 if(Scr->FirstWindow == Tmp_win) {
1847 Scr->FirstWindow = Tmp_win->next;
H A Dmenus.c1204 for(tmp_win = Scr->FirstWindow, WindowNameCount = 0;
1238 for(tmp_win = Scr->FirstWindow;
H A Dotp.c347 for(twm_win = Scr->FirstWindow; twm_win != NULL; twm_win = twm_win->next) {
1244 other_win = Scr->FirstWindow;
H A Diconmgr.c1136 for(twm_win = Scr->FirstWindow; twm_win != NULL; twm_win = twm_win->next) {
H A Dsession.c967 theWindow = theScreen->FirstWindow;
H A Dfunctions_win_moveresize.c1368 for(t = Scr->FirstWindow; t != NULL; t = t->next) {
H A DCHANGES.md429 with `TwmWindow *FirstWindow` and `.cmaps` with `Colormaps
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c64 static struct window *FirstWindow = NULL; variable in typeref:struct:window *
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;
[all...]

Completed in 49 milliseconds