Searched refs:scrList (Results 1 – 1 of 1) sorted by relevance
406 static ScrPtr *scrList = NULL; variable430 old = scrList; in AddScr()431 scrList = realloc(scrList, sizeof(ScrPtr) * (numScrs + 1)); in AddScr()432 if (!scrList) { in AddScr()433 scrList = old; in AddScr()436 scrList[numScrs] = malloc(sizeof(ScrRec)); in AddScr()437 if (!scrList[numScrs]) in AddScr()439 return scrList[numScrs++]; in AddScr()461 if (scrList[i]->display == display && in FindScr()462 scrList[i]->screen == screen) in FindScr()[all …]