Home
last modified time | relevance | path

Searched refs:slotAddresses (Results 1 – 9 of 9) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dinsfun.c309 sp = ins->slotAddresses[i]; in RemoveInstanceData()
325 rm(theEnv,(void *) ins->slotAddresses, in RemoveInstanceData()
332 ins->slotAddresses = NULL; in RemoveInstanceData()
493 return((i != -1) ? ins->slotAddresses[i] : NULL); in FindInstanceSlot()
636 spaddr = &ins->slotAddresses[ins->cls->slotNameMap[sp->desc->slotName->id] - 1]; in DirectPutSlotValue()
637 bsp = ins->basisSlots + (spaddr - ins->slotAddresses); in DirectPutSlotValue()
1192 ins->basisSlots[i].desc = ins->slotAddresses[i]->desc; in IncrementObjectBasisCount()
H A Dobject.h192 INSTANCE_SLOT **slotAddresses, member
H A Dobjrtfnx.c79 #define GetInsSlot(ins,si) ins->slotAddresses[ins->cls->slotNameMap[si]-1]
1085 &theInstance->slotAddresses in GetObjectValueGeneral()
1101 basisSlot = theInstance->basisSlots + (insSlot - theInstance->slotAddresses); in GetObjectValueGeneral()
1174 &theInstance->slotAddresses in GetObjectValueSimple()
1190 basisSlot = theInstance->basisSlots + (insSlot - theInstance->slotAddresses); in GetObjectValueSimple()
1310 insSlot = theInstance->slotAddresses in GetInsMultiSlotField()
H A Dinsfile.c965 sp = theInstance->slotAddresses[i]; in SaveSingleInstanceText()
1038 sp = theInstance->slotAddresses[i]; in MarkSingleInstance()
1137 sp = theInstance->slotAddresses[i]; in SaveSingleInstanceBinary()
1160 sp = theInstance->slotAddresses[i]; in SaveSingleInstanceBinary()
1475 sp = newInstance->slotAddresses[i]; in LoadSingleBinaryInstance()
H A Dinsmngr.c708 instance->slotAddresses = NULL; in NewInstance()
855 InstanceData(theEnv)->CurrentInstance->slotAddresses = adst = in BuildDefaultSlots()
1078 slot = ins->slotAddresses[i]; in EvaluateClassDefaults()
H A Dmsgpass.c630 sp = theInstance->slotAddresses[instanceSlotIndex - 1]; in HandlerSlotGetFunction()
640 sp = theInstance->slotAddresses[instanceSlotIndex]; in HandlerSlotGetFunction()
757 sp = theInstance->slotAddresses[instanceSlotIndex - 1]; in HandlerSlotPutFunction()
767 sp = theInstance->slotAddresses[instanceSlotIndex]; in HandlerSlotPutFunction()
H A Dinscom.c268 sp = tmpIPtr->slotAddresses[i]; in DeallocateInstanceData()
279 rm(theEnv,(void *) tmpIPtr->slotAddresses, in DeallocateInstanceData()
1572 sp = ins->slotAddresses[i]; in PrintInstance()
H A Dinsmoddp.c997 dstins->slotAddresses[i]->override = TRUE; in DuplicateMsgHandlerSupport()
H A Dobjrtmch.c822 …ObjectReteData(theEnv)->CurrentPatternObject->slotAddresses[ObjectReteData(theEnv)->CurrentPattern… in ObjectPatternMatch()