Lines Matching defs:scrList
357 static ScrPtr *scrList = NULL;
381 old = scrList;
382 scrList = realloc(scrList, sizeof(ScrPtr) * (numScrs + 1));
383 if (!scrList) {
384 scrList = old;
387 scrList[numScrs] = malloc(sizeof(ScrRec));
388 if (!scrList[numScrs])
390 return scrList[numScrs++];
412 if (scrList[i]->display == display &&
413 scrList[i]->screen == screen)
414 return scrList[i];
496 sp = scrList[i];
549 sp = scrList[i];