Lines Matching defs:wlist1
358 WorkSpace *wlist1, *wlist2;
365 wlist1 = vs->wsw->currentwspc;
366 wlist2 = wlist1->next;
370 newoccupation = (twm_win->occupation ^ (1 << wlist1->number))
396 WorkSpace *wlist1, *wlist2;
403 wlist1 = Scr->workSpaceMgr.workSpaceList;
405 if(wlist1 == NULL) {
409 while(wlist1->next != wlist2 && wlist1->next != NULL) {
410 wlist1 = wlist1->next;
415 | (1 << wlist1->number);