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

/xsrc/external/mit/ctwm/dist/
H A Doccupation.c358 WorkSpace *wlist1, *wlist2; local in function:MoveToNextWorkSpace
366 wlist2 = wlist1->next;
367 wlist2 = wlist2 ? wlist2 : Scr->workSpaceMgr.workSpaceList;
371 | (1 << wlist2->number);
396 WorkSpace *wlist1, *wlist2; local in function:MoveToPrevWorkSpace
404 wlist2 = vs->wsw->currentwspc;
409 while(wlist1->next != wlist2 && wlist1->next != NULL) {
414 newoccupation = (twm_win->occupation ^ (1 << wlist2
[all...]

Completed in 4 milliseconds