Searched defs:resource (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TemplateP.h30 char* resource; member in struct:__anon325
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTemplateP.h55 char* resource; member in struct:__anon393
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c1022 TsolResourceTypeString(RESTYPE resource) argument
1024 const char *regentry = LookupResourceName(resource);
1030 "resource type #%d", (uint_t) resource);
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c257 static void AddHashedResource(resource, category)
258 Resource *resource;
269 hash = Hash(resource->file);
273 comparison = strcmp (current->file, resource->file);
277 strcmp(current->name, resource->name) != 0) break;
284 category->hash[hash] = resource;
285 resource->next = NULL;
288 resource->next = NULL;
289 previous->next = resource;
292 resource
344 Resource *resource, local
417 Resource *resource; local
463 UPRResource *resource, *current, *previous; local
1490 UPRResource *resource = UPRresources[Hash(filename)]; local
1712 Resource *resource; local
1816 Resource *resource; local
1944 Resource *resource; local
[all...]

Completed in 27 milliseconds