Lines Matching refs:s_objects
2814 686 extern OBJECT_SLOT s_objects[MAX_LOADED_OBJECTS];
11336 15 s_objects[i].occupied = FALSE;
11360 32 if(s_objects[i].object.entity.attributes.evict == SET)
11361 33 s_objects[i].occupied = FALSE;
11402 55 return s_objects[slotIndex].occupied;
11448 77 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
11452 81 return &s_objects[handle - TRANSIENT_FIRST].object.entity;
11598 164 if(!s_objects[i].occupied) // If found a free slot
11601 167 s_objects[i].occupied = TRUE;
11610 176 *object = &s_objects[i].object.entity;
12017 474 s_objects[index].occupied = FALSE;
12020 477 MemorySet((BYTE*)&(s_objects[index].object.entity.attributes),
12046 491 if(s_objects[i].occupied) // If found an occupied slot
12051 496 if(s_objects[i].object.entity.attributes.ppsHierarchy == SET)
12052 497 s_objects[i].occupied = FALSE;
12055 500 if(s_objects[i].object.entity.attributes.spsHierarchy == SET)
12056 501 s_objects[i].occupied = FALSE;
12059 504 if(s_objects[i].object.entity.attributes.epsHierarchy == SET)
12060 505 s_objects[i].occupied = FALSE;
12304 673 if(s_objects[i].occupied == TRUE)
12307 676 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR);
12352 708 if(s_objects[i].occupied == FALSE) num++;
17113 52 OBJECT_SLOT s_objects[MAX_LOADED_OBJECTS];