Lines Matching defs:firstvs
197 struct VirtualScreen *firstvs)
208 for(vs = firstvs; vs; vs = vs->next) {
385 * if there are at least 2 virtual screens AND the new one (firstvs)
393 VirtualScreen *firstvs = NULL;
395 for(firstvs = Scr->vScreenList; firstvs; firstvs = firstvs->next)
396 if(firstvs->x == 0 && firstvs->y == 0) {
399 if(firstvs && firstvs != vs) {
400 tmp_win->vs = firstvs;