Lines Matching full:occupied
28 //Set the slot to not occupied
29 s_objects[i].occupied = FALSE;
53 s_objects[i].occupied = FALSE;
80 // slot is occupied, then indicate that there is already is a loaded
85 return s_objects[slotIndex].occupied;
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
127 // In this implementation, the handle is determined by the slot occupied by the
259 if(!s_objects[i].occupied) // If found a free slot
261 // Mark the slot as occupied
262 s_objects[i].occupied = TRUE;
608 s_objects[index].occupied = FALSE;
630 if(s_objects[i].occupied) // If found an occupied slot
636 s_objects[i].occupied = FALSE;
640 s_objects[i].occupied = FALSE;
644 s_objects[i].occupied = FALSE;
852 if(s_objects[i].occupied == TRUE)
892 if(s_objects[i].occupied == FALSE) num++;