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

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c448 UPRResource *UPRresources[HASHSIZE]; variable
500 current = previous = UPRresources[hash];
538 if (UPRresources[hash] == NULL) {
539 UPRresources[hash] = resource;
548 if (current == UPRresources[hash]) {
549 UPRresources[hash] = resource;
1490 UPRResource *resource = UPRresources[Hash(filename)];
1724 for (upr = UPRresources[Hash(resource->file)];
1734 for (upr = UPRresources[Hash(resource->file)];
1744 for (upr = UPRresources[bucke
[all...]

Completed in 21 milliseconds