Home
last modified time | relevance | path

Searched refs:templateSlot (Results 1 – 16 of 16) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltrhs.c59 …static struct expr *ReorderAssertSlotValues(void *,struct templateSlot *,struct expr *,…
60 …static struct expr *GetSlotAssertValues(void *,struct templateSlot *,struct expr *,int …
61 static struct expr *FindAssertSlotItem(struct templateSlot *,struct expr *);
62 …static struct templateSlot *ParseSlotLabel(void *,const char *,struct token *,struct deftemplat…
79 struct templateSlot *slotPtr; in ParseAssertTemplate()
173 static struct templateSlot *ParseSlotLabel( in ParseSlotLabel()
181 struct templateSlot *slotPtr; in ParseSlotLabel()
257 struct templateSlot *slotPtr, in ParseAssertSlotValues()
404 struct templateSlot *slotPtr, in ReorderAssertSlotValues()
465 struct templateSlot *slotPtr, in GetSlotAssertValues()
[all …]
H A Dtmpltpsr.c80 …static struct templateSlot *ParseSlot(void *,const char *,struct token *,struct templateSlot *);
95 struct templateSlot *slots; in ParseDeftemplate()
232 struct templateSlot *slotPtr; in InstallDeftemplate()
255 static struct templateSlot *SlotDeclarations( in SlotDeclarations()
261 struct templateSlot *multiSlot = NULL; in SlotDeclarations()
339 static struct templateSlot *ParseSlot( in ParseSlot()
343 struct templateSlot *slotList) in ParseSlot()
347 struct templateSlot *newSlot; in ParseSlot()
454 static struct templateSlot *DefinedSlots( in DefinedSlots()
461 struct templateSlot *newSlot; in DefinedSlots()
[all …]
H A Dtmpltutl.h71 …LOCALE void MultiIntoSingleFieldSlotError(void *,struct templateSlot *,s…
73 …LOCALE intBool CheckRHSSlotTypes(void *,struct expr *,struct templateSlot *…
74 LOCALE struct templateSlot *GetNthSlot(struct deftemplate *,int);
78 …LOCALE struct templateSlot *FindSlot(struct deftemplate *,struct symbolHashNode *,short …
H A Dtmpltdef.h53 struct templateSlot;
88 struct templateSlot *slotList;
99 struct templateSlot struct
109 struct templateSlot *next; argument
154 LOCALE void ReturnSlots(void *,struct templateSlot *);
H A Dtmpltutl.c109 struct templateSlot *theSlot, in MultiIntoSingleFieldSlotError()
136 struct templateSlot *slotPtr; in CheckTemplateFact()
216 struct templateSlot *slotPtr, in CheckRHSSlotTypes()
240 globle struct templateSlot *GetNthSlot( in GetNthSlot()
244 struct templateSlot *slotPtr; in GetNthSlot()
266 struct templateSlot *slotPtr; in FindSlotPosition()
295 struct templateSlot *slotPtr; in PrintTemplateFact()
456 globle struct templateSlot *FindSlot( in FindSlot()
461 struct templateSlot *slotPtr; in FindSlot()
H A Dtmpltbin.c105 space = DeftemplateBinaryData(theEnv)->NumberOfTemplateSlots * sizeof(struct templateSlot); in DeallocateDeftemplateBloadData()
120 struct templateSlot *theSlot; in BsaveFind()
227 struct templateSlot *theSlot; in BsaveBinaryItem()
404 space = DeftemplateBinaryData(theEnv)->NumberOfTemplateSlots * sizeof(struct templateSlot); in BloadStorage()
405 DeftemplateBinaryData(theEnv)->SlotArray = (struct templateSlot *) genalloc(theEnv,space); in BloadStorage()
487 …{ theDeftemplate->slotList = (struct templateSlot *) &DeftemplateBinaryData(theEnv)->SlotArray[bdt… in UpdateDeftemplate()
515 struct templateSlot *theSlot; in UpdateDeftemplateSlot()
519 theSlot = (struct templateSlot *) &DeftemplateBinaryData(theEnv)->SlotArray[obji]; in UpdateDeftemplateSlot()
533 … { theSlot->next = (struct templateSlot *) &DeftemplateBinaryData(theEnv)->SlotArray[obji + 1]; } in UpdateDeftemplateSlot()
584 space = DeftemplateBinaryData(theEnv)->NumberOfTemplateSlots * sizeof(struct templateSlot); in ClearBload()
H A Dtmpltdef.c310 struct templateSlot *slotPtr; in ReturnDeftemplate()
362 struct templateSlot *slotPtr, *nextSlot; in DestroyDeftemplate()
372 rtn_struct(theEnv,templateSlot,slotPtr); in DestroyDeftemplate()
396 struct templateSlot *slotPtr) in ReturnSlots()
399 struct templateSlot *nextSlot; in ReturnSlots()
407 rtn_struct(theEnv,templateSlot,slotPtr); in ReturnSlots()
H A Dtmpltlhs.c62 struct templateSlot *,int *,short);
138 struct templateSlot *slotPtr; in GetLHSSlots()
248 struct templateSlot *slotPtr, in GetSingleLHSSlot()
H A Dtmpltfun.c200 struct templateSlot *slotPtr; in DuplicateModifyCommand()
567 struct templateSlot *theSlot; in EnvDeftemplateSlotNames()
663 struct templateSlot *theSlot; in EnvDeftemplateSlotDefaultP()
752 struct templateSlot *theSlot; in EnvDeftemplateSlotDefaultValue()
862 struct templateSlot *theSlot; in EnvDeftemplateSlotCardinality()
979 struct templateSlot *theSlot; in EnvDeftemplateSlotAllowedValues()
1088 struct templateSlot *theSlot; in EnvDeftemplateSlotRange()
1364 struct templateSlot *theSlot; in EnvDeftemplateSlotMultiP()
1440 struct templateSlot *theSlot; in EnvDeftemplateSlotSingleP()
1590 struct templateSlot *theSlot; in EnvDeftemplateSlotFacetExistP()
[all …]
H A Dtmpltcmp.c66 static void SlotToCode(void *,FILE *,struct templateSlot *,int,int,int);
100 struct templateSlot *slotPtr; in ConstructToCode()
328 struct templateSlot *theSlot, in SlotToCode()
H A Dtmpltbin.h77 struct templateSlot *SlotArray;
H A Dfactmngr.h174 … struct templateSlot *,DATA_OBJECT *,int);
H A Dfactmngr.c1022 struct templateSlot *theSlot; in EnvPutFactSlot()
1096 struct templateSlot *slotPtr; in EnvAssignFactSlotDefaults()
1155 struct templateSlot *slotPtr, in DeftemplateSlotDefault()
1238 struct templateSlot *slotPtr; in CopyFactSlotValues()
H A Dfactfun.c330 struct templateSlot *theSlot; in EnvFactSlotNames()
H A Dfactmch.c708 struct templateSlot *theSlots; in PatternNetErrorMessage()
H A Dfactcom.c150 struct templateSlot *slotPtr; in AssertCommand()