Lines Matching defs:wlist2
358 WorkSpace *wlist1, *wlist2;
366 wlist2 = wlist1->next;
367 wlist2 = wlist2 ? wlist2 : Scr->workSpaceMgr.workSpaceList;
371 | (1 << wlist2->number);
396 WorkSpace *wlist1, *wlist2;
404 wlist2 = vs->wsw->currentwspc;
409 while(wlist1->next != wlist2 && wlist1->next != NULL) {
414 newoccupation = (twm_win->occupation ^ (1 << wlist2->number))