Home
last modified time | relevance | path

Searched refs:deftemplate (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltdef.c179 struct deftemplate *theDeftemplate = (struct deftemplate *) theConstruct; in DestroyDeftemplateAction()
289 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvIsDeftemplateDeletable()
309 struct deftemplate *theConstruct = (struct deftemplate *) vTheConstruct; in ReturnDeftemplate()
348 rtn_struct(theEnv,deftemplate,theConstruct); in ReturnDeftemplate()
360 struct deftemplate *theConstruct = (struct deftemplate *) vTheConstruct; in DestroyDeftemplate()
386 rtn_struct(theEnv,deftemplate,theConstruct); in DestroyDeftemplate()
421 struct deftemplate *theTemplate = (struct deftemplate *) vTheTemplate; in DecrementDeftemplateBusyCount()
434 struct deftemplate *theTemplate = (struct deftemplate *) vTheTemplate; in IncrementDeftemplateBusyCount()
456 { return((void *) ((struct deftemplate *) theTemplate)->factList); } in EnvGetNextFactInTemplate()
470 struct deftemplate *theDeftemplate) in CreateDeftemplateScopeMap()
[all …]
H A Dtmpltutl.h71 … MultiIntoSingleFieldSlotError(void *,struct templateSlot *,struct deftemplate *);
74 LOCALE struct templateSlot *GetNthSlot(struct deftemplate *,int);
75 …LOCALE int FindSlotPosition(struct deftemplate *,struct symbolHashNode …
78 …LOCALE struct templateSlot *FindSlot(struct deftemplate *,struct symbolHashNode *,short …
79 LOCALE struct deftemplate *CreateImpliedDeftemplate(void *,SYMBOL_HN *,int);
H A Dtmpltfun.c565 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotNames()
662 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotDefaultP()
751 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotDefaultValue()
860 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotCardinality()
977 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotAllowedValues()
1086 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotRange()
1197 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotTypes()
1362 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotMultiP()
1438 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotSingleP()
1514 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvDeftemplateSlotExistP()
[all …]
H A Dtmpltbin.c102 space = DeftemplateBinaryData(theEnv)->NumberOfDeftemplates * sizeof(struct deftemplate); in DeallocateDeftemplateBloadData()
119 struct deftemplate *theDeftemplate; in BsaveFind()
163 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in BsaveFind()
165 theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theDeftemplate)) in BsaveFind()
225 struct deftemplate *theDeftemplate; in BsaveBinaryItem()
273 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in BsaveBinaryItem()
303 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in BsaveBinaryItem()
390 space = DeftemplateBinaryData(theEnv)->NumberOfDeftemplates * sizeof(struct deftemplate); in BloadStorage()
463 (int) sizeof(struct deftemplate), in UpdateDeftemplateModule()
476 struct deftemplate *theDeftemplate; in UpdateDeftemplate()
[all …]
H A Dtmpltutl.c110 struct deftemplate *theDeftemplate) in MultiIntoSingleFieldSlotError()
135 struct deftemplate *theDeftemplate; in CheckTemplateFact()
241 struct deftemplate *theDeftemplate, in GetNthSlot()
263 struct deftemplate *theDeftemplate, in FindSlotPosition()
294 struct deftemplate *theDeftemplate; in PrintTemplateFact()
414 struct deftemplate *theDeftemplate; in UpdateDeftemplateScope()
434 for (theDeftemplate = (struct deftemplate *) theItem->firstItem; in UpdateDeftemplateScope()
457 struct deftemplate *theDeftemplate, in FindSlot()
483 globle struct deftemplate *CreateImpliedDeftemplate( in CreateImpliedDeftemplate()
488 struct deftemplate *newDeftemplate; in CreateImpliedDeftemplate()
[all …]
H A Dfactcmp.c78 struct deftemplate *theDeftemplate; in BeforePatternNetworkToCode()
99 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in BeforePatternNetworkToCode()
101 theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theDeftemplate)) in BeforePatternNetworkToCode()
175 struct deftemplate *theTemplate; in PatternNetworkToCode()
205 for (theTemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in PatternNetworkToCode()
207 theTemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theTemplate)) in PatternNetworkToCode()
H A Dtmpltcmp.c68 static void DeftemplateToCode(void *,FILE *,struct deftemplate *,
99 struct deftemplate *theTemplate; in ConstructToCode()
143 theTemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in ConstructToCode()
187 theTemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theTemplate); in ConstructToCode()
266 struct deftemplate *theTemplate, in DeftemplateToCode()
410 struct deftemplate *theTemplate = (struct deftemplate *) vTheTemplate; in DeftemplateCConstructReference()
H A Dtmpltdef.h52 struct deftemplate;
85 struct deftemplate struct
157 LOCALE void *CreateDeftemplateScopeMap(void *,struct deftemplate *);
H A Dfactlhs.c157 struct deftemplate *theDeftemplate; in CreateInitialFactPattern()
165 theDeftemplate = (struct deftemplate *) in CreateInitialFactPattern()
224 struct deftemplate *theDeftemplate; in FactPatternParse()
242 theDeftemplate = (struct deftemplate *) in FactPatternParse()
H A Dfactbin.c133 struct deftemplate *theDeftemplate; in BsaveFind()
172 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in BsaveFind()
174 theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theDeftemplate)) in BsaveFind()
244 struct deftemplate *theDeftemplate; in BsaveFactPatterns()
270 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in BsaveFactPatterns()
272 theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theDeftemplate)) in BsaveFactPatterns()
H A Dtmpltbin.h73 struct deftemplate *DeftemplateArray;
83 #define DeftemplatePointer(i) ((struct deftemplate *) (&DeftemplateBinaryData(theEnv)->DeftemplateA…
H A Dfactmngr.h84 struct deftemplate *whichDeftemplate;
115 struct deftemplate *CurrentDeftemplate;
173 LOCALE intBool DeftemplateSlotDefault(void *,struct deftemplate *,
H A Dtmpltlhs.c60 …static struct lhsParseNode *GetLHSSlots(void *,const char *,struct token *,struct deftemplate *…
72 struct deftemplate *theDeftemplate) in DeftemplateLHSParse()
134 struct deftemplate *theDeftemplate, in GetLHSSlots()
H A Dfactqury.c72 static int TestForFirstFactInTemplate(void *,struct deftemplate *,QUERY_TEMPLATE *,int);
74 static void TestEntireTemplate(void *,struct deftemplate *,QUERY_TEMPLATE *,int);
199 else if (FindSlot((struct deftemplate *) theFact->whichDeftemplate, in GetQueryFactSlot()
743 struct deftemplate *templatePtr; in FormChain()
753 head->templatePtr = (struct deftemplate *) val->value; in FormChain()
768 templatePtr = (struct deftemplate *) in FormChain()
794 templatePtr = (struct deftemplate *) in FormChain()
904 struct deftemplate *templatePtr, in TestForFirstFactInTemplate()
1011 struct deftemplate *templatePtr, in TestEntireTemplate()
H A Dtmpltrhs.c62 …templateSlot *ParseSlotLabel(void *,const char *,struct token *,struct deftemplate *,int *,int);
75 struct deftemplate *theDeftemplate) in ParseAssertTemplate()
177 struct deftemplate *theDeftemplate, in ParseSlotLabel()
H A Dtmpltlhs.h49 …LOCALE struct lhsParseNode *DeftemplateLHSParse(void *,const char *,struct deftemplate *…
H A Dtmpltpsr.h57 LOCALE void InstallDeftemplate(void *,struct deftemplate *);
H A Dtmpltrhs.h55 int,int,struct deftemplate *);
H A Dtmpltbsc.c281 return(((struct deftemplate *) theTemplate)->watch); in EnvGetDeftemplateWatch()
297 ((struct deftemplate *) theTemplate)->watch = newState; in EnvSetDeftemplateWatch()
H A Dfactrhs.c221 struct deftemplate *theDeftemplate; in GetRHSPattern()
296 theDeftemplate = (struct deftemplate *) in GetRHSPattern()
612 factPtr->whichDeftemplate = (struct deftemplate *) assertArgs->value; in StringToFact()
H A Dfactcom.c146 struct deftemplate *theDeftemplate; in AssertCommand()
169 theDeftemplate = (struct deftemplate *) theExpression->value; in AssertCommand()
1055 struct deftemplate *theDeftemplate = NULL; in GetSaveFactsDeftemplateNames()
1131 theDeftemplate = (struct deftemplate *) in GetSaveFactsDeftemplateNames()
1143 theDeftemplate = (struct deftemplate *) in GetSaveFactsDeftemplateNames()
H A Dfactmngr.c466 struct deftemplate *theTemplate = theFact->whichDeftemplate; in EnvRetract()
903 struct deftemplate *theDeftemplate = (struct deftemplate *) vTheDeftemplate; in EnvCreateFact()
958 struct deftemplate *theDeftemplate; in EnvGetFactSlot()
1021 struct deftemplate *theDeftemplate; in EnvPutFactSlot()
1095 struct deftemplate *theDeftemplate; in EnvAssignFactSlotDefaults()
1154 struct deftemplate *theDeftemplate, in DeftemplateSlotDefault()
1237 struct deftemplate *theDeftemplate; in CopyFactSlotValues()
H A Dfactqury.h46 struct deftemplate *templatePtr;
H A Dfactbld.c229 FactData(theEnv)->CurrentDeftemplate = (struct deftemplate *) in PlaceFactPattern()
892 struct deftemplate *theDeftemplate; in FindAndSetDeftemplatePatternNetwork()
922 for (theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,NULL); in FindAndSetDeftemplatePatternNetwork()
924 theDeftemplate = (struct deftemplate *) EnvGetNextDeftemplate(theEnv,theDeftemplate)) in FindAndSetDeftemplatePatternNetwork()
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dcs_access_alias.c174 char deftemplate[] = "OP"; in cs_cmd_access() local
210 …", chan, parv[2], parc > 3 ? parv[3] : (get_template_flags(mc, deftemplate) ? deftemplate : defacc… in cs_cmd_access()

12