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

/xsrc/external/mit/ctwm/dist/
H A Dworkspace_utils.c132 VirtualScreen *tvs; local in function:GotoWorkSpace
133 for(tvs = Scr->vScreenList; tvs != NULL; tvs = tvs->next) {
134 if(tvs == vs) { /* no, not back on the old one */
137 if(OCCUPY(twmWin, tvs->wsw->currentwspc)) {
138 DisplayWin(tvs, twmWin);
H A Dotp.c191 VirtualScreen *tvs; local in function:OtpCheckConsistency
194 for(tvs = Scr->vScreenList; tvs != NULL; tvs = tvs->next) {
196 tvs->x, tvs->y);
197 result = result && OtpCheckConsistencyVS(tvs, tvs->window);

Completed in 7 milliseconds