Home
last modified time | relevance | path

Searched refs:SLOT_DESC (Results 1 – 20 of 20) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dclassexm.c307 SLOT_DESC *sd = (SLOT_DESC *) vsd; in GetCreateAccessorString()
430 SLOT_DESC *sd; in SlotExistPCommand()
529 SLOT_DESC *sd; in SlotWritablePCommand()
552 SLOT_DESC *sd; in EnvSlotWritableP()
572 SLOT_DESC *sd; in SlotInitablePCommand()
595 SLOT_DESC *sd; in EnvSlotInitableP()
615 SLOT_DESC *sd; in SlotPublicPCommand()
638 SLOT_DESC *sd; in EnvSlotPublicP()
660 SLOT_DESC *sd; in EnvSlotDefaultP()
689 SLOT_DESC *sd; in SlotDirectAccessPCommand()
[all …]
H A Dclsltpsr.c120 static SLOT_DESC *NewSlot(void *,SYMBOL_HN *);
121 static TEMP_SLOT_LINK *InsertSlot(void *,TEMP_SLOT_LINK *,SLOT_DESC *);
163 SLOT_DESC *slot; in ParseSlot()
417 static SLOT_DESC *NewSlot( in NewSlot()
421 SLOT_DESC *slot; in NewSlot()
464 SLOT_DESC *slot) in InsertSlot()
617 SLOT_DESC *slot) in ParseDefaultFacet()
682 SLOT_DESC *sd, in BuildCompositeFacets()
687 SLOT_DESC *compslot = NULL; in BuildCompositeFacets()
766 SLOT_DESC *sd, in CheckForFacetConflicts()
[all …]
H A Dobject.h34 typedef struct slotDescriptor SLOT_DESC; typedef
106 SLOT_DESC *slots,
142 SLOT_DESC *desc;
H A Dmsgpsr.c95 static SLOT_DESC *CheckSlotReference(void *,DEFCLASS *,int,void *,intBool,EXPRESSION *);
96 static void GenHandlerSlotReference(void *,EXPRESSION *,unsigned short,SLOT_DESC *);
331 SLOT_DESC *sd) in CreateGetAndPutHandlers()
474 SLOT_DESC *sd; in SlotReferenceVar()
527 SLOT_DESC *sd; in BindSlotReference()
590 static SLOT_DESC *CheckSlotReference( in CheckSlotReference()
599 SLOT_DESC *sd; in CheckSlotReference()
676 SLOT_DESC *sd) in GenHandlerSlotReference()
H A Dobjbin.h52 SLOT_DESC *SlotArray;
53 SLOT_DESC **TmpslotArray;
H A Dinsfun.h110 …LOCALE intBool ValidSlotValue(void *,DATA_OBJECT *,SLOT_DESC *,INSTANCE_TYP…
116 …LOCALE void PrintSlot(void *,const char *,SLOT_DESC *,INSTANCE_TYPE *,co…
H A Dclasspsr.c696 cls->instanceTemplate = (SLOT_DESC **) gm2(theEnv,(scnt * sizeof(SLOT_DESC *))); in FormInstanceTemplate()
774 SLOT_DESC *newSlot; in MergeSlots()
834 cls->slots = (SLOT_DESC *) gm2(theEnv,(sizeof(SLOT_DESC) * cls->slotCount)); in PackSlots()
840 GenCopyMemory(SLOT_DESC,1,&(cls->slots[i]),sprv->desc); in PackSlots()
931 register SLOT_DESC *sd; in CreatePublicSlotMessageHandlers()
H A Dclassinf.c85 static SLOT_DESC *SlotInfoSlot(void *,DATA_OBJECT *,DEFCLASS *,const char *,const char *);
663 register SLOT_DESC *sp; in EnvSlotFacets()
752 register SLOT_DESC *sp,*csp; in EnvSlotSources()
797 register SLOT_DESC *sp; in EnvSlotTypes()
879 register SLOT_DESC *sp; in EnvSlotAllowedValues()
910 register SLOT_DESC *sp; in EnvSlotAllowedClasses()
940 register SLOT_DESC *sp; in EnvSlotRange()
969 register SLOT_DESC *sp; in EnvSlotCardinality()
1127 static SLOT_DESC *SlotInfoSlot( in SlotInfoSlot()
H A Dobjbin.c267 space = (sizeof(SLOT_DESC) * ObjectBinaryData(theEnv)->SlotCount); in DeallocateObjectBinaryData()
275 space = (sizeof(SLOT_DESC *) * ObjectBinaryData(theEnv)->TemplateSlotCount); in DeallocateObjectBinaryData()
860 SLOT_DESC *sp; in BsaveSlots()
1078 space = (sizeof(SLOT_DESC) * ObjectBinaryData(theEnv)->SlotCount); in BloadStorageObjects()
1079 ObjectBinaryData(theEnv)->SlotArray = (SLOT_DESC *) genalloc(theEnv,space); in BloadStorageObjects()
1088 space = (sizeof(SLOT_DESC *) * ObjectBinaryData(theEnv)->TemplateSlotCount); in BloadStorageObjects()
1089 ObjectBinaryData(theEnv)->TmpslotArray = (SLOT_DESC * *) genalloc(theEnv,space); in BloadStorageObjects()
1251 SLOT_DESC *sp; in UpdateSlot()
1254 sp = (SLOT_DESC *) &ObjectBinaryData(theEnv)->SlotArray[obji]; in UpdateSlot()
1422 space = (sizeof(SLOT_DESC) * ObjectBinaryData(theEnv)->SlotCount); in ClearBloadObjects()
[all …]
H A Dmsgpsr.h64 LOCALE void CreateGetAndPutHandlers(void *,SLOT_DESC *);
H A Dclsltpsr.h48 SLOT_DESC *desc;
H A Dclassfun.c208 globle SLOT_DESC *FindClassSlot( in FindClassSlot()
767 (sizeof(SLOT_DESC *) * cls->instanceSlotCount)); in RemoveDefclass()
772 rm(theEnv,(void *) cls->slots,(sizeof(SLOT_DESC) * cls->slotCount)); in RemoveDefclass()
838 (sizeof(SLOT_DESC *) * cls->instanceSlotCount)); in DestroyDefclass()
844 rm(theEnv,(void *) cls->slots,(sizeof(SLOT_DESC) * cls->slotCount)); in DestroyDefclass()
894 SLOT_DESC *slot; in InstallClass()
H A Dmsgfun.h80 LOCALE void SlotVisibilityViolationError(void *,SLOT_DESC *,DEFCLASS *);
H A Dclassfun.h75 LOCALE SLOT_DESC *FindClassSlot(DEFCLASS *,SYMBOL_HN *);
H A Dinsfun.c116 static void NetworkModifyForSharedSlot(void *,int,DEFCLASS *,SLOT_DESC *);
780 SLOT_DESC *sd, in ValidSlotValue()
982 SLOT_DESC *sd, in PrintSlot()
1351 SLOT_DESC *sd) in NetworkModifyForSharedSlot()
H A Dmsgpass.c560 SLOT_DESC *sd; in PrintHandlerSlotGetFunction()
680 SLOT_DESC *sd; in PrintHandlerSlotPutFunction()
1395 SLOT_DESC *sd; in EarlySlotBindError()
H A Dobjcmp.c1099 SLOT_DESC *sd; in SlotsToCode()
1214 SLOT_DESC *sd; in TemplateSlotsToCode()
H A Dmsgfun.c196 SLOT_DESC *sd, in SlotVisibilityViolationError()
H A Dinsmngr.c849 SLOT_DESC **src; in BuildDefaultSlots()
H A Dobjrtbld.c505 SLOT_DESC *sd; in ReorderAndAnalyzeObjectPattern()