Lines Matching refs:wlist
445 WorkSpace *wlist;
456 for(wlist = Scr->workSpaceMgr.workSpaceList; wlist != NULL;
457 wlist = wlist->next) {
463 for(wlist = Scr->workSpaceMgr.workSpaceList; wlist != NULL;
464 wlist = wlist->next) {
465 asprintf(act, "WGOTO : %s", wlist->name);
471 for(wlist = Scr->workSpaceMgr.workSpaceList; wlist != NULL;
472 wlist = wlist->next) {
473 AddToMenu(Scr->Workspaces, wlist->name, *act, Scr->Windows, F_MENU, NULL, NULL);